Searched defs:cachedSD (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceDataProxy.java206 * will remind us that we need to update the cachedSD before we can
219 * We cache a SurfaceData created by the subclass in cachedSD and
222 * Also, when we want to note that cachedSD needs to be updated
227 private SurfaceData cachedSD; field in class:SurfaceDataProxy
302 SurfaceData csd = this.cachedSD;
303 this.cachedSD = null;
340 * This method will invalidate and drop the internal cachedSD object.
353 // updating the cachedSD when this method is called and even
356 // updating the cachedSD. It is safer to just replace the
416 // Aggressively drop our reference to the cachedSD
[all...]

Completed in 40 milliseconds