| sun.java2d.x11.X11PMBlitLoops
X11PMBlitLoops | public class X11PMBlitLoops extends Blit (Code) | | X11PMBlitLoops
This class accelerates Blits between two surfaces of types *PM. Since
the onscreen surface is of that type and some of the offscreen surfaces
may be of that type (if they were created via X11OffScreenImage), then
this type of Blit will accelerated double-buffer copies between those
two surfaces.
|
Inner Class :static class DelegateBlitLoop extends Blit | |
Constructor Summary | |
public | X11PMBlitLoops(SurfaceType srcType, SurfaceType dstType, boolean over) |
Method Summary | |
public void | Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) | public static void | register() |
X11PMBlitLoops | public X11PMBlitLoops(SurfaceType srcType, SurfaceType dstType, boolean over)(Code) | | |
Blit | public void Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h)(Code) | | |
register | public static void register()(Code) | | |
|
|