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

/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinTileGenerator.java189 final int[] rowAAx0 = _cache.rowAAx0;
223 aax0 = rowAAx0[cy]; // inclusive
296 final int[] rowAAx0 = _cache.rowAAx0;
340 final int aax0 = rowAAx0[cy]; // inclusive
375 cx = rowAAx0[cy]; // inclusive
432 rowAAx0[cy] = cx; // inclusive
H A DMarlinCache.java77 final int[] rowAAx0 = new int[TILE_SIZE]; field in class:MarlinCache
90 // use rowAAx0/rowAAx1 to get row indices within this chunk
254 rowAAx0[row] = 0; // first pixel inclusive
287 rowAAx0[row] = px0; // first pixel inclusive
605 rowAAx0[row] = x0; // first pixel inclusive

Completed in 39 milliseconds