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

/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinTileGenerator.java188 final long[] rowAAChunkIndex = _cache.rowAAChunkIndex;
243 addr = addr_rowAA + rowAAChunkIndex[cy] + (cx - aax0);
295 final long[] rowAAChunkIndex = _cache.rowAAChunkIndex;
360 addr = addr_rowAA + rowAAChunkIndex[cy] + (cx - aax0);
386 addr_row = addr_rowAA + rowAAChunkIndex[cy];
H A DMarlinCache.java75 final long[] rowAAChunkIndex = new long[TILE_SIZE]; field in class:MarlinCache
258 // note: leave rowAAChunkIndex[row] undefined
294 rowAAChunkIndex[row] = pos;
611 return (rowAAChunkIndex[row] = rowAAChunkPos);

Completed in 42 milliseconds