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

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

Completed in 33 milliseconds