Lines Matching defs:FourByteAbgrPre

27 #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);
55 DECLARE_SCALE_BLIT(IntRgb, FourByteAbgrPre);
56 DECLARE_SCALE_BLIT(ThreeByteBgr, FourByteAbgrPre);
57 DECLARE_SCALE_BLIT(ByteGray, FourByteAbgrPre);
58 DECLARE_SCALE_BLIT(ByteIndexed, FourByteAbgrPre);
59 DECLARE_XPAR_CONVERT_BLIT(ByteIndexedBm, FourByteAbgrPre);
60 DECLARE_XPAR_SCALE_BLIT(ByteIndexedBm, FourByteAbgrPre);
61 DECLARE_XPAR_SCALE_BLIT(IntArgbBm, FourByteAbgrPre);
62 DECLARE_XPAR_BLITBG(ByteIndexedBm, FourByteAbgrPre);
64 DECLARE_XOR_BLIT(IntArgb, FourByteAbgrPre);
65 DECLARE_SRC_MASKFILL(FourByteAbgrPre);
66 DECLARE_SRCOVER_MASKFILL(FourByteAbgrPre);
67 DECLARE_ALPHA_MASKFILL(FourByteAbgrPre);
68 DECLARE_SRCOVER_MASKBLIT(IntArgb, FourByteAbgrPre);
69 DECLARE_ALPHA_MASKBLIT(IntArgb, FourByteAbgrPre);
70 DECLARE_SRCOVER_MASKBLIT(IntArgbPre, FourByteAbgrPre);
71 DECLARE_ALPHA_MASKBLIT(IntArgbPre, FourByteAbgrPre);
72 DECLARE_ALPHA_MASKBLIT(IntRgb, FourByteAbgrPre);
73 DECLARE_SOLID_DRAWGLYPHLISTAA(FourByteAbgrPre);
74 DECLARE_SOLID_DRAWGLYPHLISTLCD(FourByteAbgrPre);
76 DECLARE_TRANSFORMHELPER_FUNCS(FourByteAbgrPre);
79 REGISTER_ANY4BYTE_ISOCOPY_BLIT(FourByteAbgrPre),
80 REGISTER_ANY4BYTE_ISOSCALE_BLIT(FourByteAbgrPre),
81 REGISTER_CONVERT_BLIT(FourByteAbgrPre, IntArgb),
82 REGISTER_CONVERT_BLIT(IntArgb, FourByteAbgrPre),
83 REGISTER_CONVERT_BLIT(IntRgb, FourByteAbgrPre),
84 REGISTER_CONVERT_BLIT(ThreeByteBgr, FourByteAbgrPre),
85 REGISTER_CONVERT_BLIT(ByteGray, FourByteAbgrPre),
86 REGISTER_CONVERT_BLIT(ByteIndexed, FourByteAbgrPre),
87 REGISTER_SCALE_BLIT(FourByteAbgrPre, IntArgb),
88 REGISTER_SCALE_BLIT(IntArgb, FourByteAbgrPre),
89 REGISTER_SCALE_BLIT(IntRgb, FourByteAbgrPre),
90 REGISTER_SCALE_BLIT(ThreeByteBgr, FourByteAbgrPre),
91 REGISTER_SCALE_BLIT(ByteGray, FourByteAbgrPre),
92 REGISTER_SCALE_BLIT(ByteIndexed, FourByteAbgrPre),
93 REGISTER_XPAR_CONVERT_BLIT(ByteIndexedBm, FourByteAbgrPre),
94 REGISTER_XPAR_SCALE_BLIT(ByteIndexedBm, FourByteAbgrPre),
95 REGISTER_XPAR_SCALE_BLIT(IntArgbBm, FourByteAbgrPre),
96 REGISTER_XPAR_BLITBG(ByteIndexedBm, FourByteAbgrPre),
98 REGISTER_XOR_BLIT(IntArgb, FourByteAbgrPre),
99 REGISTER_SRC_MASKFILL(FourByteAbgrPre),
100 REGISTER_SRCOVER_MASKFILL(FourByteAbgrPre),
101 REGISTER_ALPHA_MASKFILL(FourByteAbgrPre),
102 REGISTER_SRCOVER_MASKBLIT(IntArgb, FourByteAbgrPre),
103 REGISTER_ALPHA_MASKBLIT(IntArgb, FourByteAbgrPre),
104 REGISTER_SRCOVER_MASKBLIT(IntArgbPre, FourByteAbgrPre),
105 REGISTER_ALPHA_MASKBLIT(IntArgbPre, FourByteAbgrPre),
106 REGISTER_ALPHA_MASKBLIT(IntRgb, FourByteAbgrPre),
107 REGISTER_SOLID_DRAWGLYPHLISTAA(FourByteAbgrPre),
108 REGISTER_SOLID_DRAWGLYPHLISTLCD(FourByteAbgrPre),
110 REGISTER_TRANSFORMHELPER_FUNCS(FourByteAbgrPre),
132 DEFINE_CONVERT_BLIT(FourByteAbgrPre, IntArgb, 1IntArgb)
134 DEFINE_CONVERT_BLIT(IntArgb, FourByteAbgrPre, 4ByteArgb)
136 DEFINE_CONVERT_BLIT(IntRgb, FourByteAbgrPre, 3ByteRgb)
138 DEFINE_CONVERT_BLIT(ThreeByteBgr, FourByteAbgrPre, 3ByteRgb)
140 DEFINE_CONVERT_BLIT(ByteGray, FourByteAbgrPre, 3ByteRgb)
142 DEFINE_CONVERT_BLIT_LUT8(ByteIndexed, FourByteAbgrPre, ConvertOnTheFly)
144 DEFINE_SCALE_BLIT(FourByteAbgrPre, IntArgb, 1IntArgb)
146 DEFINE_SCALE_BLIT(IntArgb, FourByteAbgrPre, 4ByteArgb)
148 DEFINE_SCALE_BLIT(IntRgb, FourByteAbgrPre, 3ByteRgb)
150 DEFINE_SCALE_BLIT(ThreeByteBgr, FourByteAbgrPre, 3ByteRgb)
152 DEFINE_SCALE_BLIT(ByteGray, FourByteAbgrPre, 3ByteRgb)
154 DEFINE_SCALE_BLIT_LUT8(ByteIndexed, FourByteAbgrPre, ConvertOnTheFly)
156 DEFINE_XPAR_CONVERT_BLIT_LUT8(ByteIndexedBm, FourByteAbgrPre,ConvertOnTheFly)
158 DEFINE_XPAR_SCALE_BLIT_LUT8(ByteIndexedBm, FourByteAbgrPre,ConvertOnTheFly)
160 DEFINE_XPAR_SCALE_BLIT(IntArgbBm, FourByteAbgrPre, 1IntRgb)
162 DEFINE_XPAR_BLITBG_LUT8(ByteIndexedBm, FourByteAbgrPre, ConvertOnTheFly)
164 DEFINE_XOR_BLIT(IntArgb, FourByteAbgrPre, Any4Byte)
166 DEFINE_SRC_MASKFILL(FourByteAbgrPre, 4ByteArgb)
168 DEFINE_SRCOVER_MASKFILL(FourByteAbgrPre, 4ByteArgb)
170 DEFINE_ALPHA_MASKFILL(FourByteAbgrPre, 4ByteArgb)
172 DEFINE_SRCOVER_MASKBLIT(IntArgb, FourByteAbgrPre, 4ByteArgb)
174 DEFINE_ALPHA_MASKBLIT(IntArgb, FourByteAbgrPre, 4ByteArgb)
176 DEFINE_SRCOVER_MASKBLIT(IntArgbPre, FourByteAbgrPre, 4ByteArgb)
178 DEFINE_ALPHA_MASKBLIT(IntArgbPre, FourByteAbgrPre, 4ByteArgb)
180 DEFINE_ALPHA_MASKBLIT(IntRgb, FourByteAbgrPre, 4ByteArgb)
182 DEFINE_SOLID_DRAWGLYPHLISTAA(FourByteAbgrPre, 4ByteArgb)
184 DEFINE_SOLID_DRAWGLYPHLISTLCD(FourByteAbgrPre, 4ByteArgb)
186 DEFINE_TRANSFORMHELPERS(FourByteAbgrPre)