HomeSort by: relevance | last modified time | path
    Searched refs:GREEN_8 (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-combine32.c 575 rg = isa * GREEN_8 (d) + ida * GREEN_8 (s); \
579 rg += blend_ ## name (GREEN_8 (d), da, GREEN_8 (s), sa); \
618 iga = ~GREEN_8 (m); \
623 rg = iga * GREEN_8 (d) + ida * GREEN_8 (s); \
627 rg += blend_ ## name (GREEN_8 (d), da, GREEN_8 (s), GREEN_8 (m));
    [all...]
pixman-combine32.h 19 #define GREEN_8(x) (((x) >> G_SHIFT) & MASK)
pixman-bits-image.c 201 *sgtot += (int)GREEN_8 (pixel) * f;
pixman-fast-path.c 2821 sgtot += (int)GREEN_8 (pixel) * f;

Completed in 34 milliseconds