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

/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java232 // we put the surface into the "lost"
287 * resources, and the surface is placed into the lost
836 * We need to let the surface manager know that the surface is lost so
843 public void setSurfaceLost(boolean lost) { argument
844 super.setSurfaceLost(lost);
845 if (lost && offscreenImage != null) {
949 // and the surface will remain lost
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java98 * has not lost its underlying storage (surfaceLost) since you
306 public void setSurfaceLost(boolean lost) { argument
307 surfaceLost = lost;

Completed in 34 milliseconds