am 6463dd52
: Merge "add comment about xor not being porter/duff Bug: 21934855"
* commit '6463dd52470a2279e699647a282a085c00604d0c': add comment about xor not being porter/duff Bug: 21934855
This commit is contained in:
@ -402,6 +402,8 @@ public class ScriptIntrinsicBlend extends ScriptIntrinsic {
|
|||||||
/**
|
/**
|
||||||
* Sets dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a}
|
* Sets dst = {src.r ^ dst.r, src.g ^ dst.g, src.b ^ dst.b, src.a ^ dst.a}
|
||||||
*
|
*
|
||||||
|
* <b>Note:</b> this is NOT the Porter/Duff XOR mode; this is a bitwise xor.
|
||||||
|
*
|
||||||
* @param ain The source buffer
|
* @param ain The source buffer
|
||||||
* @param aout The destination buffer
|
* @param aout The destination buffer
|
||||||
* @param opt LaunchOptions for clipping
|
* @param opt LaunchOptions for clipping
|
||||||
|
Reference in New Issue
Block a user