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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DFourByteAbgrPre.c27 #include "FourByteAbgrPre.h"
40 * primitive loops to manipulate surfaces of type "FourByteAbgrPre".
47 DECLARE_CONVERT_BLIT(FourByteAbgrPre, IntArgb);
48 DECLARE_CONVERT_BLIT(IntArgb, FourByteAbgrPre);
49 DECLARE_CONVERT_BLIT(IntRgb, FourByteAbgrPre);
50 DECLARE_CONVERT_BLIT(ThreeByteBgr, FourByteAbgrPre);
51 DECLARE_CONVERT_BLIT(ByteGray, FourByteAbgrPre);
52 DECLARE_CONVERT_BLIT(ByteIndexed, FourByteAbgrPre);
53 DECLARE_SCALE_BLIT(FourByteAbgrPre, IntArgb);
54 DECLARE_SCALE_BLIT(IntArgb, FourByteAbgrPre);
65 DECLARE_SRC_MASKFILL(FourByteAbgrPre); variable
66 DECLARE_SRCOVER_MASKFILL(FourByteAbgrPre); variable
67 DECLARE_ALPHA_MASKFILL(FourByteAbgrPre); variable
73 DECLARE_SOLID_DRAWGLYPHLISTAA(FourByteAbgrPre); variable
74 DECLARE_SOLID_DRAWGLYPHLISTLCD(FourByteAbgrPre); variable
76 DECLARE_TRANSFORMHELPER_FUNCS(FourByteAbgrPre); variable
[all...]
H A DGraphicsPrimitiveMgr.h467 SurfaceType FourByteAbgrPre; member in struct:_SurfaceTypes
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DSurfaceType.java270 public static final SurfaceType FourByteAbgrPre = field in class:SurfaceType

Completed in 48 milliseconds