HomeSort by relevance Sort by last modified time
    Searched refs:GREEN_8 (Results 1 - 3 of 3) sorted by null

  /external/pixman/pixman/
pixman-combine32.h 19 #define GREEN_8(x) (((x) >> G_SHIFT) & MASK)
pixman-combine32.c 572 (blend_ ## name (GREEN_8 (d), da, GREEN_8 (s), sa) << G_SHIFT) + \
602 (blend_ ## name (GREEN_8 (d), da, GREEN_8 (s), GREEN_8 (m)) << G_SHIFT) + \
967 dc[1] = GREEN_8 (d); \
968 sc[1] = GREEN_8 (s); \
    [all...]
pixman-bits-image.c 407 sgtot += (int)GREEN_8 (pixel) * f;
506 sgtot += (int)GREEN_8 (pixel) * f;
843 sgtot += (int)GREEN_8 (pixel) * f;
    [all...]

Completed in 418 milliseconds