Loading rs/java/android/renderscript/ScriptIntrinsicBlend.java +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ public class ScriptIntrinsicBlend extends ScriptIntrinsic { * @param opt LaunchOptions for clipping */ public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { forEachDst(ain, aout, null); blend(1, ain, aout, null); } /** Loading Loading
rs/java/android/renderscript/ScriptIntrinsicBlend.java +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ public class ScriptIntrinsicBlend extends ScriptIntrinsic { * @param opt LaunchOptions for clipping */ public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { forEachDst(ain, aout, null); blend(1, ain, aout, null); } /** Loading