Loading rs/java/android/renderscript/ScriptIntrinsicBlend.java +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
rs/java/android/renderscript/ScriptIntrinsicBlend.java +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading