Searched refs:BLUE_8 (Results 1 - 3 of 3) sorted by relevance

/external/pixman/pixman/
H A Dpixman-combine32.h20 #define BLUE_8(x) ((x) & MASK) macro
H A Dpixman-combine32.c573 (blend_ ## name (BLUE_8 (d), da, BLUE_8 (s), sa)); \
603 (blend_ ## name (BLUE_8 (d), da, BLUE_8 (s), BLUE_8 (m))); \
969 dc[2] = BLUE_8 (d); \
970 sc[2] = BLUE_8 (s); \
H A Dpixman-bits-image.c408 sbtot += (int)BLUE_8 (pixel) * f;
507 sbtot += (int)BLUE_8 (pixel) * f;
844 sbtot += (int)BLUE_8 (pixel) * f;

Completed in 220 milliseconds