Searched refs:bboxY0 (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/pisces/
H A DPiscesCache.java35 final int bboxX0, bboxY0, bboxX1, bboxY1; field in class:PiscesCache
37 // rowAARLE[i] holds the encoding of the pixel row with y = bboxY0+i.
47 // the row terminated). x0,y0 is this (x,y)-(bboxX0,bboxY0). They
52 // y=i*TILE_SIZE+bboxY0 and x=j*TILE_SIZE+bboxX0.
62 bboxY0 = miny;
69 rowAARLE = new int[bboxY1 - bboxY0 + 1][INIT_ROW_SIZE];
83 // the x and y of the current row, minus bboxX0, bboxY0
112 // bboxX0, bboxY0, bboxX1, bboxY1);
129 assert y - bboxY0 > y0;
132 y0 = y - bboxY0;
[all...]
H A DPiscesTileGenerator.java56 this.y = cache.bboxY0;
159 y0 -= cache.bboxY0;
160 y1 -= cache.bboxY0;
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinCache.java71 int bboxX0, bboxY0, bboxX1, bboxY1; field in class:MarlinCache
127 bboxY0 = miny;
218 // update bboxY0 to process a complete tile line [0 - 32]
219 bboxY0 = pminY;
251 final int row = y - bboxY0;
284 final int row = y - bboxY0;
389 final int row = y - bboxY0;
630 // the x and y of the current row, minus bboxX0, bboxY0
675 + bboxX0 + ", " + bboxY0 + " => "
H A DMarlinTileGenerator.java51 this.y = cache.bboxY0;
76 bbox[1] = cache.bboxY0;

Completed in 46 milliseconds