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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java98 * has not lost its underlying storage (surfaceLost) since you
106 private boolean surfaceLost; // = false; field in class:SurfaceData
302 * Sets the value of the surfaceLost variable, which indicates whether
307 surfaceLost = lost;
312 return surfaceLost;

Completed in 38 milliseconds