Searched refs:rowAAx1 (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinTileGenerator.java190 final int[] rowAAx1 = _cache.rowAAx1;
218 aax1 = rowAAx1[cy]; // exclusive
297 final int[] rowAAx1 = _cache.rowAAx1;
335 final int aax1 = rowAAx1[cy]; // exclusive
373 if (rowAAx1[cy] > x0) { // last pixel exclusive
H A DMarlinCache.java79 final int[] rowAAx1 = new int[TILE_SIZE]; field in class:MarlinCache
90 // use rowAAx0/rowAAx1 to get row indices within this chunk
255 rowAAx1[row] = 0; // last pixel exclusive
288 rowAAx1[row] = px_bbox1; // last pixel exclusive
606 rowAAx1[row] = x1; // last pixel exclusive

Completed in 37 milliseconds