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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DUshort555Rgb.c27 #include "Ushort555Rgb.h"
40 * primitive loops to manipulate surfaces of type "Ushort555Rgb".
47 DECLARE_CONVERT_BLIT(Ushort555Rgb, IntArgb);
48 DECLARE_CONVERT_BLIT(IntArgb, Ushort555Rgb);
49 DECLARE_CONVERT_BLIT(ThreeByteBgr, Ushort555Rgb);
50 DECLARE_CONVERT_BLIT(ByteGray, Ushort555Rgb);
51 DECLARE_CONVERT_BLIT(ByteIndexed, Ushort555Rgb);
52 DECLARE_SCALE_BLIT(Ushort555Rgb, IntArgb);
53 DECLARE_SCALE_BLIT(IntArgb, Ushort555Rgb);
54 DECLARE_SCALE_BLIT(ThreeByteBgr, Ushort555Rgb);
65 DECLARE_SRC_MASKFILL(Ushort555Rgb); variable
66 DECLARE_SRCOVER_MASKFILL(Ushort555Rgb); variable
67 DECLARE_ALPHA_MASKFILL(Ushort555Rgb); variable
73 DECLARE_SOLID_DRAWGLYPHLISTAA(Ushort555Rgb); variable
74 DECLARE_SOLID_DRAWGLYPHLISTLCD(Ushort555Rgb); variable
[all...]
H A DGraphicsPrimitiveMgr.h450 SurfaceType Ushort555Rgb; member in struct:_SurfaceTypes
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPixelConverter.java209 public static class Ushort555Rgb extends PixelConverter { class in class:PixelConverter
210 public static final PixelConverter instance = new Ushort555Rgb();
212 private Ushort555Rgb() {} method in class:PixelConverter.Ushort555Rgb
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DSurfaceType.java278 public static final SurfaceType Ushort555Rgb = field in class:SurfaceType
280 PixelConverter.Ushort555Rgb.instance);

Completed in 36 milliseconds