Searched defs:ApplyAlphaOperands (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAlphaMacros.h54 #define ApplyAlphaOperands(PREFIX, a) \ macro
141 srcF = ApplyAlphaOperands(SrcOp, dstA); \
142 dstF = ApplyAlphaOperands(DstOp, srcA); \
534 dstFbase = dstF = ApplyAlphaOperands(DstOp, srcA); \
565 srcF = ApplyAlphaOperands(SrcOp, dstA); \

Completed in 37 milliseconds