< prev index next >
src/java.desktop/share/native/libawt/java2d/loops/FourByteAbgrPre.h
Print this page
@@ -215,6 +215,13 @@
(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)
+/*
+ * SrcOver ## TYPE ## BlendFactor
+ * Returns appropriate blend value for use in blending calculations.
+ */
+#define SrcOverFourByteAbgrPreBlendFactor(dF, dA) \
+ (dF)
+
#endif /* FourByteAbgrPre_h_Included */
< prev index next >