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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DUshort565Rgb.c27 #include "Ushort565Rgb.h"
41 * primitive loops to manipulate surfaces of type "Ushort565Rgb".
48 DECLARE_CONVERT_BLIT(Ushort565Rgb, IntArgb);
49 DECLARE_CONVERT_BLIT(IntArgb, Ushort565Rgb);
50 DECLARE_CONVERT_BLIT(ThreeByteBgr, Ushort565Rgb);
51 DECLARE_CONVERT_BLIT(ByteGray, Ushort565Rgb);
52 DECLARE_CONVERT_BLIT(ByteIndexed, Ushort565Rgb);
53 DECLARE_SCALE_BLIT(Ushort565Rgb, IntArgb);
54 DECLARE_SCALE_BLIT(IntArgb, Ushort565Rgb);
55 DECLARE_SCALE_BLIT(ThreeByteBgr, Ushort565Rgb);
66 DECLARE_SRC_MASKFILL(Ushort565Rgb); variable
67 DECLARE_SRCOVER_MASKFILL(Ushort565Rgb); variable
68 DECLARE_ALPHA_MASKFILL(Ushort565Rgb); variable
75 DECLARE_SOLID_DRAWGLYPHLISTAA(Ushort565Rgb); variable
76 DECLARE_SOLID_DRAWGLYPHLISTLCD(Ushort565Rgb); variable
[all...]
H A DGraphicsPrimitiveMgr.h452 SurfaceType Ushort565Rgb; member in struct:_SurfaceTypes
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPixelConverter.java165 public static class Ushort565Rgb extends PixelConverter { class in class:PixelConverter
166 public static final PixelConverter instance = new Ushort565Rgb();
168 private Ushort565Rgb() {} method in class:PixelConverter.Ushort565Rgb
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DSurfaceType.java274 public static final SurfaceType Ushort565Rgb = field in class:SurfaceType
276 PixelConverter.Ushort565Rgb.instance);

Completed in 37 milliseconds