Searched refs:bboxX0 (Results 1 - 5 of 5) 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
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.
61 bboxX0 = minx;
83 // the x and y of the current row, minus bboxX0, bboxY0
112 // bboxX0, bboxY0, bboxX1, bboxY1);
136 x0 = x - bboxX0;
147 x -= bboxX0;
171 bbox[0] = bboxX0;
180 bboxX0
[all...]
H A DPiscesTileGenerator.java55 this.x = cache.bboxX0;
137 x = cache.bboxX0;
H A DRenderer.java551 int from = pix_from - cache.bboxX0;
552 int to = pix_to - cache.bboxX0;
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinCache.java71 int bboxX0, bboxY0, bboxX1, bboxY1; field in class:MarlinCache
97 // x=j*TILE_SIZE+bboxX0.
126 bboxX0 = minx;
318 final int from = px0 - bboxX0; // first pixel inclusive
319 final int to = px_bbox1 - bboxX0; // last pixel exclusive
371 IntArrayCache.fill(alphaRow, from, px1 - bboxX0, 0);
386 final int _bboxX0 = bboxX0;
595 IntArrayCache.check(alphaRow, from, px1 - bboxX0, 0);
630 // the x and y of the current row, minus bboxX0, bboxY0
669 return touchedTile[(x - bboxX0) >> TILE_SIZE_L
[all...]
H A DMarlinTileGenerator.java50 this.x = cache.bboxX0;
75 bbox[0] = cache.bboxX0;
147 x = cache.bboxX0;

Completed in 82 milliseconds