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

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

Completed in 34 milliseconds