/[fenfire]/fenfire/org/fenfire/view/PageSpanLayout.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/PageSpanLayout.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tjl, Wed Mar 26 18:15:11 2003 UTC revision 1.2 by tjl, Mon Mar 31 19:44:25 2003 UTC
# Line 125  public class PageSpanLayout { Line 125  public class PageSpanLayout {
125                  xywh_out[2] = scale * psps[p].getX(d_c.width);                  xywh_out[2] = scale * psps[p].getX(d_c.width);
126    
127                  xywh_out[1] = scale * (                  xywh_out[1] = scale * (
128                                  psps[p].getX(l_c.x) - xywh[4*p + 1]);                                  psps[p].getY(l_c.y) - xywh[4*p + 1]);
129                  xywh_out[3] = scale * psps[p].getX(d_c.height);                  xywh_out[3] = scale * psps[p].getY(d_c.height);
130    
131                  if(dbg) pa("Center found: "+p+" "+pages[p]+" "+                  if(dbg) pa("Center found: "+p+" "+pages[p]+" "+
132                              xywh_out[0] + " " + xywh_out[1] + " " +                              xywh_out[0] + " " + xywh_out[1] + " " +

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26