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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DVolatileSurfaceManager.java126 sdCurrent = getBackupSurface();
183 sdCurrent = getBackupSurface();
201 sdCurrent = getBackupSurface();
212 sdCurrent = getBackupSurface();
261 protected SurfaceData getBackupSurface() { method in class:VolatileSurfaceManager
294 return getBackupSurface();
337 // Note that getBackupSurface may set sdAccel to null so we have to invalidate it before
341 sdCurrent = getBackupSurface();

Completed in 30 milliseconds