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

/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinCache.java106 int tileMin, tileMax; field in class:MarlinCache
120 tileMax = Integer.MIN_VALUE;
230 rdrCtx.stats.stat_cache_tiles.add(tileMax - tileMin);
233 if (tileMax == 1) {
236 IntArrayCache.fill(touchedTile, tileMin, tileMax, 0);
240 tileMax = Integer.MIN_VALUE;
362 if (tx > tileMax) {
363 tileMax = tx;
584 if (tx > tileMax) {
585 tileMax
[all...]

Completed in 36 milliseconds