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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DUshortIndexed.c29 #include "UshortIndexed.h"
42 * primitive loops to manipulate surfaces of type "UshortIndexed".
49 DECLARE_CONVERT_BLIT(IntArgb, UshortIndexed);
50 DECLARE_CONVERT_BLIT(ThreeByteBgr, UshortIndexed);
51 DECLARE_CONVERT_BLIT(ByteGray, UshortIndexed);
52 DECLARE_CONVERT_BLIT(UshortIndexed, UshortIndexed);
53 DECLARE_CONVERT_BLIT(Index12Gray, UshortIndexed);
54 DECLARE_CONVERT_BLIT(UshortIndexed, IntArgb);
55 DECLARE_SCALE_BLIT(IntArgb, UshortIndexed);
69 DECLARE_ALPHA_MASKFILL(UshortIndexed); variable
73 DECLARE_SOLID_DRAWGLYPHLISTAA(UshortIndexed); variable
[all...]
H A DGraphicsPrimitiveMgr.h455 SurfaceType UshortIndexed; member in struct:_SurfaceTypes
/openjdk7/jdk/make/sun/awt/
H A DFILES_c_unix.gmk115 UshortIndexed.c \
H A DFILES_c_windows.gmk60 UshortIndexed.c \
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DSurfaceType.java290 public static final SurfaceType UshortIndexed = field in class:SurfaceType
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufImgSurfaceData.java229 sType = SurfaceType.UshortIndexed;
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceData.java158 SurfaceType.UshortIndexed.deriveSubType(DESC_USHORT_INDEXED_X11);

Completed in 5687 milliseconds