< prev index next >

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

Print this page

        

*** 214,219 **** --- 214,227 ---- (pRas)[x] = ComposeIntDcmComponents1234(COMP_PREFIX ## A, \ COMP_PREFIX ## R, \ COMP_PREFIX ## G, \ COMP_PREFIX ## B) + /* + * DeclareAndInit ## TYPE ## SrcOverDstBlendFactor + * Declares and initializes the appropriate blend factor to be used for + * blending destination color components with source color. + */ + #define DeclareAndInitIntArgbPreSrcOverDstBlendFactor(dF, dA, PREFIX) \ + jint PREFIX = dF; + #endif /* IntArgbPre_h_Included */
< prev index next >