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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceDataProxy.java204 * to threshold and set the cacheTracker to one that is non-current.
205 * numtries will then count down to 0 at which point the cacheTracker
220 * track its state (isValid and !surfaceLost) in cacheTracker.
223 * we replace the cacheTracker with a NEVER_CURRENT tracker which
228 private StateTracker cacheTracker; field in class:SurfaceDataProxy
257 this.cacheTracker = StateTracker.NEVER_CURRENT;
304 this.cacheTracker = StateTracker.NEVER_CURRENT;
318 cacheTracker.isCurrent());
350 // We could potentially get away with just resetting cacheTracker
354 // though we set a non-current cacheTracker her
[all...]

Completed in 30 milliseconds