| sun.java2d.x11.X11PMBlitBgLoops
X11PMBlitBgLoops | public class X11PMBlitBgLoops extends BlitBg (Code) | | X11PMBlitBgLoops
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 BlitBg will accelerated double-buffer copies between those
two surfaces.
|
Constructor Summary | |
public | X11PMBlitBgLoops(SurfaceType srcType, SurfaceType dstType) |
Method Summary | |
public void | BlitBg(SurfaceData src, SurfaceData dst, Composite comp, Region clip, Color bgColor, int sx, int sy, int dx, int dy, int w, int h) | public static void | register() |
X11PMBlitBgLoops | public X11PMBlitBgLoops(SurfaceType srcType, SurfaceType dstType)(Code) | | |
BlitBg | public void BlitBg(SurfaceData src, SurfaceData dst, Composite comp, Region clip, Color bgColor, int sx, int sy, int dx, int dy, int w, int h)(Code) | | |
register | public static void register()(Code) | | |
|
|