< prev index next >
src/java.desktop/share/native/libawt/java2d/loops/IntArgbBm.h
Print this page
*** 204,209 ****
--- 204,216 ----
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)
+ /*
+ * SrcOver ## TYPE ## BlendFactor
+ * Returns appropriate blend value for use in blending calculations.
+ */
+ #define SrcOverIntArgbBmBlendFactor(dF, dA) \
+ (dA)
+
#endif /* IntArgbBm_h_Included */
< prev index next >