Searched defs:UshortIndexed (Results 1 - 3 of 3) 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/src/share/classes/sun/java2d/loops/
H A DSurfaceType.java290 public static final SurfaceType UshortIndexed = field in class:SurfaceType

Completed in 34 milliseconds