Home
last modified time | relevance | path

Searched refs:RED_8 (Results 1 – 4 of 4) sorted by relevance

/third_party/pixman/pixman/
Dpixman-combine32.c574 rr = isa * RED_8 (d) + ida * RED_8 (s); \
578 rr += blend_ ## name (RED_8 (d), da, RED_8 (s), sa); \
617 ira = ~RED_8 (m); \
622 rr = ira * RED_8 (d) + ida * RED_8 (s); \
626 rr += blend_ ## name (RED_8 (d), da, RED_8 (s), RED_8 (m)); \
Dpixman-combine32.h18 #define RED_8(x) (((x) >> R_SHIFT) & MASK) macro
Dpixman-bits-image.c200 *srtot += (int)RED_8 (pixel) * f; in accum_32()
Dpixman-fast-path.c2820 srtot += (int)RED_8 (pixel) * f; in bits_image_fetch_separable_convolution_affine()