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

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_IntBgr.c37 #define ARGB_to_BGR(x) \ macro
681 dst[i] = ARGB_to_BGR(x);
698 dst[i] = ARGB_to_BGR(x);
729 *dst = ARGB_to_BGR(x);
748 *dst = ARGB_to_BGR(x);

Completed in 31 milliseconds