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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DFourByteAbgrPre.h107 b = DIV8((pRas)[4*(x)+1], a); \
108 g = DIV8((pRas)[4*(x)+2], a); \
109 r = DIV8((pRas)[4*(x)+3], a); \
127 r = DIV8(r, a); \
128 g = DIV8(g, a); \
129 b = DIV8(b, a); \
H A DIntArgbPre.h95 r = DIV8(r, a); \
96 g = DIV8(g, a); \
97 b = DIV8(b, a); \
113 (r) = DIV8(r, a); \
114 (g) = DIV8(g, a); \
115 (b) = DIV8(b, a); \
H A DAlphaMath.h38 * DIV8 divides the first operand by the second, clipping to 0xff
39 * (Note that since the divisor for DIV8 is likely to be
46 #define DIV8(a,b) div8table[b][a] macro

Completed in 41 milliseconds