Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3791d011 authored by John Hoford's avatar John Hoford Committed by Android Git Automerger
Browse files

am 6463dd52: Merge "add comment about xor not being porter/duff Bug: 21934855"

* commit '6463dd52':
  add comment about xor not being porter/duff Bug: 21934855
parents a8b8fe91 6463dd52
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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}
     *
     * <b>Note:</b> this is NOT the Porter/Duff XOR mode; this is a bitwise xor.
     *
     * @param ain The source buffer
     * @param aout The destination buffer
     * @param opt LaunchOptions for clipping