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

/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRPMBlitLoops.java46 GraphicsPrimitive[] primitives = { new XRPMBlit(XRSurfaceData.IntRgbX11, XRSurfaceData.IntRgbX11),
47 new XRPMBlit(XRSurfaceData.IntRgbX11, XRSurfaceData.IntArgbPreX11),
48 new XRPMBlit(XRSurfaceData.IntArgbPreX11, XRSurfaceData.IntRgbX11),
49 new XRPMBlit(XRSurfaceData.IntArgbPreX11, XRSurfaceData.IntArgbPreX11),
153 class XRPMBlit extends Blit { class in inherits:Blit
154 public XRPMBlit(SurfaceType srcType, SurfaceType dstType) { method in class:XRPMBlit
334 pmToSurfaceBlit = new XRPMBlit(dstType, dstType);

Completed in 30 milliseconds