< prev index next >

src/java.desktop/share/native/libawt/java2d/loops/FourByteAbgrPre.h

Print this page

        

*** 215,220 **** --- 215,228 ---- (pRas)[4*(x)+1] = (jubyte) COMP_PREFIX ## B; \ (pRas)[4*(x)+2] = (jubyte) COMP_PREFIX ## G; \ (pRas)[4*(x)+3] = (jubyte) COMP_PREFIX ## R; \ } while (0) + /* + * DeclareAndInit ## TYPE ## SrcOverDstBlendFactor + * Declares and initializes the appropriate blend factor to be used for + * blending destination color components with source color. + */ + #define DeclareAndInitFourByteAbgrPreSrcOverDstBlendFactor(dF, dA, PREFIX) \ + jint PREFIX = dF; + #endif /* FourByteAbgrPre_h_Included */
< prev index next >