Searched defs:bboxX0 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesCache.java37 final int bboxX0, bboxY0, bboxX1, bboxY1; field in class:PiscesCache
49 // the row terminated). x0,y0 is this (x,y)-(bboxX0,bboxY0). They
54 // y=i*TILE_SIZE+bboxY0 and x=j*TILE_SIZE+bboxX0.
63 bboxX0 = minx;
85 // the x and y of the current row, minus bboxX0, bboxY0
114 // bboxX0, bboxY0, bboxX1, bboxY1);
138 x0 = x - bboxX0;
149 x -= bboxX0;
173 bboxX0+", "+bboxY0+" => "+

Completed in 29 milliseconds