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

/openjdk7/jdk/src/windows/classes/sun/java2d/
H A DWindowsSurfaceManagerFactory.java33 import sun.java2d.d3d.D3DVolatileSurfaceManager;
57 return new D3DVolatileSurfaceManager(vImg, context);
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DVolatileSurfaceManager.java44 public class D3DVolatileSurfaceManager class in inherits:VolatileSurfaceManager
50 public D3DVolatileSurfaceManager(SunVolatileImage vImg, Object context) { method in class:D3DVolatileSurfaceManager
200 if (mgr instanceof D3DVolatileSurfaceManager) {
201 D3DVolatileSurfaceManager vsm = (D3DVolatileSurfaceManager)mgr;
H A DD3DSurfaceData.java531 if (sm instanceof D3DVolatileSurfaceManager) {
533 ((D3DVolatileSurfaceManager)sm).setAccelerationEnabled(false);
H A DD3DBlitLoops.java799 D3DVolatileSurfaceManager.handleVItoScreenOp(src, dst);
820 D3DVolatileSurfaceManager.handleVItoScreenOp(src, dst);
839 D3DVolatileSurfaceManager.handleVItoScreenOp(src, dst);

Completed in 58 milliseconds