Lines Matching defs:UshortIndexed

29 #include "UshortIndexed.h"
42 * primitive loops to manipulate surfaces of type "UshortIndexed".
49 DECLARE_CONVERT_BLIT(IntArgb, UshortIndexed);
50 DECLARE_CONVERT_BLIT(ThreeByteBgr, UshortIndexed);
51 DECLARE_CONVERT_BLIT(ByteGray, UshortIndexed);
52 DECLARE_CONVERT_BLIT(UshortIndexed, UshortIndexed);
53 DECLARE_CONVERT_BLIT(Index12Gray, UshortIndexed);
54 DECLARE_CONVERT_BLIT(UshortIndexed, IntArgb);
55 DECLARE_SCALE_BLIT(IntArgb, UshortIndexed);
56 DECLARE_SCALE_BLIT(ThreeByteBgr, UshortIndexed);
57 DECLARE_SCALE_BLIT(ByteGray, UshortIndexed);
58 DECLARE_SCALE_BLIT(Index12Gray, UshortIndexed);
59 DECLARE_SCALE_BLIT(UshortIndexed, UshortIndexed);
60 DECLARE_SCALE_BLIT(UshortIndexed, IntArgb);
61 DECLARE_XPAR_CONVERT_BLIT(ByteIndexedBm, UshortIndexed);
62 DECLARE_XPAR_SCALE_BLIT(ByteIndexedBm, UshortIndexed);
63 DECLARE_XPAR_SCALE_BLIT(IntArgbBm, UshortIndexed);
64 DECLARE_XPAR_BLITBG(ByteIndexedBm, UshortIndexed);
65 DECLARE_XPAR_CONVERT_BLIT(IntArgbBm, UshortIndexed);
66 DECLARE_XPAR_BLITBG(IntArgbBm, UshortIndexed);
68 DECLARE_XOR_BLIT(IntArgb, UshortIndexed);
69 DECLARE_ALPHA_MASKFILL(UshortIndexed);
70 DECLARE_ALPHA_MASKBLIT(IntArgb, UshortIndexed);
71 DECLARE_ALPHA_MASKBLIT(IntArgbPre, UshortIndexed);
72 DECLARE_ALPHA_MASKBLIT(IntRgb, UshortIndexed);
73 DECLARE_SOLID_DRAWGLYPHLISTAA(UshortIndexed);
76 REGISTER_CONVERT_BLIT(IntArgb, UshortIndexed),
77 REGISTER_CONVERT_BLIT_EQUIV(IntRgb, UshortIndexed,
78 NAME_CONVERT_BLIT(IntArgb, UshortIndexed)),
79 REGISTER_CONVERT_BLIT_EQUIV(IntArgbBm, UshortIndexed,
80 NAME_CONVERT_BLIT(IntArgb, UshortIndexed)),
81 REGISTER_CONVERT_BLIT(ThreeByteBgr, UshortIndexed),
82 REGISTER_CONVERT_BLIT(ByteGray, UshortIndexed),
83 REGISTER_CONVERT_BLIT(Index12Gray, UshortIndexed),
84 REGISTER_CONVERT_BLIT_FLAGS(UshortIndexed, UshortIndexed, 0, SD_LOCK_LUT),
85 REGISTER_CONVERT_BLIT(UshortIndexed, IntArgb),
86 REGISTER_CONVERT_BLIT_EQUIV(UshortIndexed, IntRgb,
87 NAME_CONVERT_BLIT(UshortIndexed, IntArgb)),
88 REGISTER_SCALE_BLIT(IntArgb, UshortIndexed),
89 REGISTER_SCALE_BLIT_EQUIV(IntRgb, UshortIndexed,
90 NAME_SCALE_BLIT(IntArgb, UshortIndexed)),
91 REGISTER_SCALE_BLIT_EQUIV(IntArgbBm, UshortIndexed,
92 NAME_SCALE_BLIT(IntArgb, UshortIndexed)),
93 REGISTER_SCALE_BLIT(ThreeByteBgr, UshortIndexed),
94 REGISTER_SCALE_BLIT(ByteGray, UshortIndexed),
95 REGISTER_SCALE_BLIT(Index12Gray, UshortIndexed),
96 REGISTER_SCALE_BLIT_FLAGS(UshortIndexed, UshortIndexed, 0, SD_LOCK_LUT),
97 REGISTER_SCALE_BLIT(UshortIndexed, IntArgb),
98 REGISTER_SCALE_BLIT_EQUIV(UshortIndexed, IntRgb,
99 NAME_SCALE_BLIT(UshortIndexed, IntArgb)),
100 REGISTER_XPAR_CONVERT_BLIT(ByteIndexedBm, UshortIndexed),
101 REGISTER_XPAR_SCALE_BLIT(ByteIndexedBm, UshortIndexed),
102 REGISTER_XPAR_SCALE_BLIT(IntArgbBm, UshortIndexed),
103 REGISTER_XPAR_BLITBG(ByteIndexedBm, UshortIndexed),
104 REGISTER_XPAR_CONVERT_BLIT(IntArgbBm, UshortIndexed),
105 REGISTER_XPAR_BLITBG(IntArgbBm, UshortIndexed),
107 REGISTER_XOR_BLIT(IntArgb, UshortIndexed),
108 REGISTER_ALPHA_MASKFILL(UshortIndexed),
109 REGISTER_ALPHA_MASKBLIT(IntArgb, UshortIndexed),
110 REGISTER_ALPHA_MASKBLIT(IntArgbPre, UshortIndexed),
111 REGISTER_ALPHA_MASKBLIT(IntRgb, UshortIndexed),
112 REGISTER_SOLID_DRAWGLYPHLISTAA(UshortIndexed),
132 DEFINE_CONVERT_BLIT(IntArgb, UshortIndexed, 3ByteRgb)
134 DEFINE_CONVERT_BLIT(ThreeByteBgr, UshortIndexed, 3ByteRgb)
136 DEFINE_CONVERT_BLIT(ByteGray, UshortIndexed, 3ByteRgb)
138 DEFINE_CONVERT_BLIT(Index12Gray, UshortIndexed, 3ByteRgb)
140 DEFINE_CONVERT_BLIT_LUT(UshortIndexed, IntArgb, ConvertOnTheFly)
142 DEFINE_SCALE_BLIT_LUT(UshortIndexed, IntArgb, ConvertOnTheFly)
144 void NAME_CONVERT_BLIT(UshortIndexed, UshortIndexed)
170 BlitLoopWidthHeight(UshortIndexed, pSrc, srcBase, pSrcInfo,
171 UshortIndexed, pDst, dstBase, pDstInfo, DstWrite,
174 (pSrc, UshortIndexed, SrcRead,
175 pDst, UshortIndexed, DstWrite, 0, 0));
179 DEFINE_SCALE_BLIT(IntArgb, UshortIndexed, 3ByteRgb)
181 DEFINE_SCALE_BLIT(ThreeByteBgr, UshortIndexed, 3ByteRgb)
183 DEFINE_SCALE_BLIT(ByteGray, UshortIndexed, 3ByteRgb)
185 DEFINE_SCALE_BLIT(Index12Gray, UshortIndexed, 3ByteRgb)
187 void NAME_SCALE_BLIT(UshortIndexed, UshortIndexed)
207 BlitLoopScaleWidthHeight(UshortIndexed, pSrc, srcBase, pSrcInfo,
208 UshortIndexed, pDst, dstBase, pDstInfo, DstWrite,
213 BlitLoopScaleWidthHeight(UshortIndexed, pSrc, srcBase, pSrcInfo,
214 UshortIndexed, pDst, dstBase, pDstInfo, DstWrite,
217 ConvertVia3ByteRgb(pSrc, UshortIndexed, SrcRead,
218 pDst, UshortIndexed, DstWrite,
223 DEFINE_XPAR_CONVERT_BLIT_LUT(ByteIndexedBm, UshortIndexed, ConvertOnTheFly)
225 DEFINE_XPAR_SCALE_BLIT_LUT(ByteIndexedBm, UshortIndexed, ConvertOnTheFly)
227 DEFINE_XPAR_SCALE_BLIT(IntArgbBm, UshortIndexed, 1IntRgb)
229 DEFINE_XPAR_BLITBG_LUT(ByteIndexedBm, UshortIndexed, ConvertOnTheFly)
231 DEFINE_XPAR_CONVERT_BLIT(IntArgbBm, UshortIndexed, 1IntRgb)
233 DEFINE_XPAR_BLITBG(IntArgbBm, UshortIndexed, 1IntRgb)
235 DEFINE_XOR_BLIT(IntArgb, UshortIndexed, AnyByte)
237 DEFINE_ALPHA_MASKFILL(UshortIndexed, 4ByteArgb)
239 DEFINE_ALPHA_MASKBLIT(IntArgb, UshortIndexed, 4ByteArgb)
241 DEFINE_ALPHA_MASKBLIT(IntArgbPre, UshortIndexed, 4ByteArgb)
243 DEFINE_ALPHA_MASKBLIT(IntRgb, UshortIndexed, 4ByteArgb)
245 DEFINE_SOLID_DRAWGLYPHLISTAA(UshortIndexed, 3ByteRgb)