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

/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11PMBlitLoops.java115 new DelegateBlitLoop(X11SurfaceData.IntBgrX11_BM,
117 new DelegateBlitLoop(X11SurfaceData.IntRgbX11_BM,
119 new DelegateBlitLoop(X11SurfaceData.ThreeByteBgrX11_BM,
121 new DelegateBlitLoop(X11SurfaceData.ThreeByteRgbX11_BM,
123 new DelegateBlitLoop(X11SurfaceData.ByteIndexedX11_BM,
125 new DelegateBlitLoop(X11SurfaceData.ByteGrayX11_BM,
127 new DelegateBlitLoop(X11SurfaceData.Index8GrayX11_BM,
129 new DelegateBlitLoop(X11SurfaceData.UShort555RgbX11_BM,
131 new DelegateBlitLoop(X11SurfaceData.UShort565RgbX11_BM,
133 new DelegateBlitLoop(X11SurfaceDat
183 static class DelegateBlitLoop extends Blit { class in class:X11PMBlitLoops
192 public DelegateBlitLoop(SurfaceType realDstType, SurfaceType delegateDstType) { method in class:X11PMBlitLoops.DelegateBlitLoop
[all...]

Completed in 47 milliseconds