Lines Matching refs:FixedToInt
74 PACK_TRUECOLOR(p, FixedToInt(span.red), \
75 FixedToInt(span.green), FixedToInt(span.blue)); \
108 pRow[i] = PACK_8A8B8G8R(FixedToInt(span.red), \
109 FixedToInt(span.green), FixedToInt(span.blue), \
110 FixedToInt(span.alpha)); \
143 pRow[i] = PACK_8A8R8G8B(FixedToInt(span.red), \
144 FixedToInt(span.green), FixedToInt(span.blue), \
145 FixedToInt(span.alpha)); \
177 pRow[i] = PACK_8R8G8B(FixedToInt(span.red), \
178 FixedToInt(span.green), FixedToInt(span.blue)); \
209 ptr->r = FixedToInt(span.red); \
210 ptr->g = FixedToInt(span.green); \
211 ptr->b = FixedToInt(span.blue); \
240 PACK_TRUEDITHER(p, x, y, FixedToInt(span.red), \
241 FixedToInt(span.green), FixedToInt(span.blue)); \
271 pRow[i] = PACK_5R6G5B(FixedToInt(span.red), \
272 FixedToInt(span.green), FixedToInt(span.blue)); \
303 PACK_TRUEDITHER(pRow[i], x, y, FixedToInt(span.red), \
304 FixedToInt(span.green), FixedToInt(span.blue)); \
549 PACK_TRUECOLOR(p, FixedToInt(span.red), \
550 FixedToInt(span.green), FixedToInt(span.blue)); \
574 pRow[i] = PACK_8A8B8G8R(FixedToInt(span.red), \
575 FixedToInt(span.green), FixedToInt(span.blue), \
576 FixedToInt(span.alpha)); \
600 pRow[i] = PACK_8A8R8G8B(FixedToInt(span.red), \
601 FixedToInt(span.green), FixedToInt(span.blue), \
602 FixedToInt(span.alpha)); \
625 pRow[i] = PACK_8R8G8B(FixedToInt(span.red), \
626 FixedToInt(span.green), FixedToInt(span.blue) ); \
649 pixel->r = FixedToInt(span.red); \
650 pixel->g = FixedToInt(span.green); \
651 pixel->b = FixedToInt(span.blue); \
674 PACK_TRUEDITHER(p, x, y, FixedToInt(span.red), \
675 FixedToInt(span.green), FixedToInt(span.blue)); \
698 pRow[i] = (PIXEL_TYPE) PACK_5R6G5B(FixedToInt(span.red), \
699 FixedToInt(span.green), FixedToInt(span.blue)); \
723 PACK_TRUEDITHER(pRow[i], x, y, FixedToInt(span.red), \
724 FixedToInt(span.green), FixedToInt(span.blue)); \