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

  /xsrc/external/mit/pixman/dist/pixman/
pixman-combine32.h 6 #define R_SHIFT 8 * 2
18 #define RED_8(x) (((x) >> R_SHIFT) & MASK)
119 t |= (x & R_MASK) * ((a >> R_SHIFT) & MASK); \
pixman-combine32.c 55 x |= x << R_SHIFT;
104 x |= x << R_SHIFT;

Completed in 6 milliseconds