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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceDataProxy.java203 * Every time that srcTracker is out of date we will reset numtries
205 * numtries will then count down to 0 at which point the cacheTracker
214 private int numtries; field in class:SurfaceDataProxy
256 // numtries will be reset on first use
402 this.numtries = threshold;
430 if (numtries > 0) {
431 --numtries;

Completed in 29 milliseconds