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

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_opaque.h31 * information. It also provides an empty expansion of the IfAlpha
40 * The macro IfAlpha is used by the varous pixel conversion macros
44 #define IfAlpha(statements) /* Omit alpha handling code */ macro
H A Dimg_dcm.h58 IfAlpha(int alpha_mask; \
79 IfAlpha(alpha_mask = dcm->alpha_mask; \
83 IfAlpha(| alpha_scale)); \
88 IfAlpha(alpha = ((alpha_mask == 0) \
104 IfAlpha(if (alpha_scale) { \
H A Dimg_dcm8.h58 IfAlpha(unsigned int alpha_off;) \
68 IfAlpha(alpha_off = (dcm->alpha_mask == 0 \
75 IfAlpha(alpha = ((alpha_off < 0) \
H A Dimg_icm.h70 IfAlpha(alpha = (pixel >> ALPHASHIFT) & 0xff;) \
H A Dimg_anycm.h109 IfAlpha(alpha = pixel >> ALPHASHIFT;) \
H A Dimg_alpha.h43 * The macro IfAlpha is used by the varous pixel conversion macros
47 #define IfAlpha(statements) statements macro
H A Dimg_scaleloop.h53 IfAlpha(int alpha;)

Completed in 240 milliseconds