< prev index next >

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

Print this page

        

@@ -204,6 +204,14 @@
         ExtractIntDcmComponents1234(pixel, COMP_PREFIX ## A, r, g, b); \
         COMP_PREFIX ## G = ComposeUshortGrayFrom3ByteRgb(r, g, b); \
         COMP_PREFIX ## A = (COMP_PREFIX ## A << 8) + COMP_PREFIX ## A; \
     } while (0)
 
+/*
+ * DeclareAndInit ## TYPE ## SrcOverDstBlendFactor
+ * Declares and initializes the appropriate blend factor to be used for
+ * blending destination color components with source color.
+ */
+#define  DeclareAndInitIntArgbBmSrcOverDstBlendFactor(dF, dA, PREFIX) \
+    jint PREFIX = dA;
+
 #endif /* IntArgbBm_h_Included */
< prev index next >