Lines Matching refs:FixedToInt

76          PACK_TRUECOLOR(p, FixedToInt(span.red),		\
77 FixedToInt(span.green), FixedToInt(span.blue)); \
110 pRow[i] = PACK_8A8B8G8R(FixedToInt(span.red), \
111 FixedToInt(span.green), FixedToInt(span.blue), \
112 FixedToInt(span.alpha)); \
145 pRow[i] = PACK_8A8R8G8B(FixedToInt(span.red), \
146 FixedToInt(span.green), FixedToInt(span.blue), \
147 FixedToInt(span.alpha)); \
179 pRow[i] = PACK_8R8G8B(FixedToInt(span.red), \
180 FixedToInt(span.green), FixedToInt(span.blue)); \
211 ptr->r = FixedToInt(span.red); \
212 ptr->g = FixedToInt(span.green); \
213 ptr->b = FixedToInt(span.blue); \
242 PACK_TRUEDITHER(p, x, y, FixedToInt(span.red), \
243 FixedToInt(span.green), FixedToInt(span.blue)); \
273 pRow[i] = PACK_5R6G5B(FixedToInt(span.red), \
274 FixedToInt(span.green), FixedToInt(span.blue)); \
305 PACK_TRUEDITHER(pRow[i], x, y, FixedToInt(span.red), \
306 FixedToInt(span.green), FixedToInt(span.blue)); \
551 PACK_TRUECOLOR(p, FixedToInt(span.red), \
552 FixedToInt(span.green), FixedToInt(span.blue)); \
576 pRow[i] = PACK_8A8B8G8R(FixedToInt(span.red), \
577 FixedToInt(span.green), FixedToInt(span.blue), \
578 FixedToInt(span.alpha)); \
602 pRow[i] = PACK_8A8R8G8B(FixedToInt(span.red), \
603 FixedToInt(span.green), FixedToInt(span.blue), \
604 FixedToInt(span.alpha)); \
627 pRow[i] = PACK_8R8G8B(FixedToInt(span.red), \
628 FixedToInt(span.green), FixedToInt(span.blue) ); \
651 pixel->r = FixedToInt(span.red); \
652 pixel->g = FixedToInt(span.green); \
653 pixel->b = FixedToInt(span.blue); \
676 PACK_TRUEDITHER(p, x, y, FixedToInt(span.red), \
677 FixedToInt(span.green), FixedToInt(span.blue)); \
700 pRow[i] = (PIXEL_TYPE) PACK_5R6G5B(FixedToInt(span.red), \
701 FixedToInt(span.green), FixedToInt(span.blue)); \
725 PACK_TRUEDITHER(pRow[i], x, y, FixedToInt(span.red), \
726 FixedToInt(span.green), FixedToInt(span.blue)); \