Searched refs:ComposeIntDcmComponents1234 (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DIntArgbPre.h64 (pixel) = ComposeIntDcmComponents1234(a, r, g, b); \
98 (argb) = ComposeIntDcmComponents1234(a, r, g, b); \
132 (pRas)[x] = ComposeIntDcmComponents1234(a, r, g, b); \
137 (pRas)[x] = ComposeIntDcmComponents1234(0xff, r, g, b)
146 (pRas)[x] = ComposeIntDcmComponents1234(a, r, g, b); \
204 argb = ComposeIntDcmComponents1234(COMP_PREFIX ## A, \
213 (pRas)[x] = ComposeIntDcmComponents1234(COMP_PREFIX ## A, \
H A DIntDcm.h81 #define ComposeIntDcmComponents1234(c1, c2, c3, c4) \ macro
H A DFourByteAbgrPre.h62 (pixel) = ComposeIntDcmComponents1234(r, g, b, a); \
110 (argb) = ComposeIntDcmComponents1234(a, r, g, b); \
H A DIntArgb.h101 (pRas)[x] = ComposeIntDcmComponents1234(a, r, g, b)
116 argb = ComposeIntDcmComponents1234(a, r, g, b); \
H A DFourByteAbgrPre.c129 return ComposeIntDcmComponents1234(r, g, b, a);
H A DIntArgbPre.c125 return ComposeIntDcmComponents1234(a, r, g, b);
H A DByteIndexed.h194 argb = ComposeIntDcmComponents1234(a, r, g, b); \
H A DFourByteAbgr.h146 a = ComposeIntDcmComponents1234(a, r, g, b); \
H A DIntArgbBm.h122 (pRas)[x] = ComposeIntDcmComponents1234((a >> 7), r, g, b)

Completed in 69 milliseconds