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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DVolatileSurfaceManager.java88 protected boolean lostSurface; field in class:VolatileSurfaceManager
161 boolean lostSurfaceTmp = lostSurface;
162 lostSurface = false;
240 return lostSurface;
299 * sets the variable lostSurface to true, which indicates that something
306 lostSurface = true;
330 lostSurface = true;
354 lostSurface = true;
398 * calling flush on sdAccel. This method forces a lostSurface
403 lostSurface
[all...]

Completed in 1299 milliseconds