/[gzz]/gzz/gzz/gfx/gl/GLSpanner.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/GLSpanner.java

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

revision 1.9 by tjl, Mon Jan 27 17:26:04 2003 UTC revision 1.10 by tjl, Tue Jan 28 18:42:11 2003 UTC
# Line 45  public class GLSpanner { Line 45  public class GLSpanner {
45          private MipzipMemoryConsumer consumer;          private MipzipMemoryConsumer consumer;
46    
47          /** The width and height of the real page inside          /** The width and height of the real page inside
48           * the texture.           * the texture, in *TEXTURE* coordinates.
49           */           */
50          float x1, y1;          public final float x1, y1;
51    
52          /** The width and height in pagespan units of the real page.          /** The width and height in pagespan units of the real page.
53           */           */
# Line 106  public class GLSpanner { Line 106  public class GLSpanner {
106      public static class SpanRect {      public static class SpanRect {
107          public final SpanPage page;          public final SpanPage page;
108    
109          /** The coordinates of this rectangle.          /** The *TEXTURE* coordinates of this rectangle.
110           */           */
111          public final float x0, y0, x1, y1;          public final float x0, y0, x1, y1;
112    
# Line 177  public class GLSpanner { Line 177  public class GLSpanner {
177          }          }
178          return r;          return r;
179      }      }
180    
181    
182  }  }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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