Searched defs:IntArgbPre (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DIntArgbPre.c27 #include "IntArgbPre.h"
38 * primitive loops to manipulate surfaces of type "IntArgbPre".
45 DECLARE_CONVERT_BLIT(IntArgbPre, IntArgb);
46 DECLARE_CONVERT_BLIT(IntArgb, IntArgbPre);
47 DECLARE_CONVERT_BLIT(IntRgb, IntArgbPre);
48 DECLARE_CONVERT_BLIT(ThreeByteBgr, IntArgbPre);
49 DECLARE_CONVERT_BLIT(ByteGray, IntArgbPre);
50 DECLARE_CONVERT_BLIT(ByteIndexed, IntArgbPre);
51 DECLARE_SCALE_BLIT(IntArgbPre, IntArgb);
52 DECLARE_SCALE_BLIT(IntArgb, IntArgbPre);
62 DECLARE_SRC_MASKFILL(IntArgbPre); variable
63 DECLARE_SRCOVER_MASKFILL(IntArgbPre); variable
64 DECLARE_ALPHA_MASKFILL(IntArgbPre); variable
70 DECLARE_SOLID_DRAWGLYPHLISTAA(IntArgbPre); variable
71 DECLARE_SOLID_DRAWGLYPHLISTLCD(IntArgbPre); variable
73 DECLARE_TRANSFORMHELPER_FUNCS(IntArgbPre); variable
[all...]
H A DGraphicsPrimitiveMgr.h460 SurfaceType IntArgbPre; member in struct:_SurfaceTypes
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DSurfaceType.java257 public static final SurfaceType IntArgbPre = field in class:SurfaceType

Completed in 33 milliseconds