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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DUshort555Rgbx.c27 #include "Ushort555Rgbx.h"
37 * primitive loops to manipulate surfaces of type "Ushort555Rgbx".
44 DECLARE_CONVERT_BLIT(Ushort555Rgbx, IntArgb);
45 DECLARE_CONVERT_BLIT(IntArgb, Ushort555Rgbx);
46 DECLARE_CONVERT_BLIT(ThreeByteBgr, Ushort555Rgbx);
47 DECLARE_CONVERT_BLIT(ByteGray, Ushort555Rgbx);
48 DECLARE_CONVERT_BLIT(ByteIndexed, Ushort555Rgbx);
49 DECLARE_SCALE_BLIT(Ushort555Rgbx, IntArgb);
50 DECLARE_SCALE_BLIT(IntArgb, Ushort555Rgbx);
51 DECLARE_SCALE_BLIT(ThreeByteBgr, Ushort555Rgbx);
59 DECLARE_SOLID_DRAWGLYPHLISTAA(Ushort555Rgbx); variable
60 DECLARE_SOLID_DRAWGLYPHLISTLCD(Ushort555Rgbx); variable
[all...]
H A DGraphicsPrimitiveMgr.h451 SurfaceType Ushort555Rgbx; member in struct:_SurfaceTypes
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPixelConverter.java187 public static class Ushort555Rgbx extends PixelConverter { class in class:PixelConverter
188 public static final PixelConverter instance = new Ushort555Rgbx();
190 private Ushort555Rgbx() {} method in class:PixelConverter.Ushort555Rgbx
H A DBufImgSurfaceData.java213 sType = SurfaceType.Ushort555Rgbx;
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DSurfaceType.java282 public static final SurfaceType Ushort555Rgbx = field in class:SurfaceType
284 PixelConverter.Ushort555Rgbx.instance);
/openjdk7/jdk/make/sun/awt/
H A DFILES_c_unix.gmk113 Ushort555Rgbx.c \
H A DFILES_c_windows.gmk58 Ushort555Rgbx.c \
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLBlitLoops.java90 new OGLSwToSurfaceBlit(SurfaceType.Ushort555Rgbx,
116 new OGLSwToSurfaceScale(SurfaceType.Ushort555Rgbx,
139 new OGLSwToSurfaceTransform(SurfaceType.Ushort555Rgbx,
169 new OGLSwToTextureBlit(SurfaceType.Ushort555Rgbx,
/openjdk7/jdk/src/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java107 return SurfaceType.Ushort555Rgbx;

Completed in 78 milliseconds