Searched refs:bboxY0 (Results 1 - 2 of 2) 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
39 // rowAARLE[i] holds the encoding of the pixel row with y = bboxY0+i.
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.
64 bboxY0 = miny;
71 rowAARLE = new int[bboxY1 - bboxY0 + 1][INIT_ROW_SIZE];
85 // the x and y of the current row, minus bboxX0, bboxY0
114 // bboxX0, bboxY0, bboxX1, bboxY1);
131 assert y - bboxY0 > y0;
134 y0 = y - bboxY0;
[all...]
H A DPiscesTileGenerator.java56 this.y = cache.bboxY0;
80 bbox[1] = cache.bboxY0;
162 y0 -= cache.bboxY0;
163 y1 -= cache.bboxY0;

Completed in 708 milliseconds