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

Commit f1f132f2 authored by Miao Wang's avatar Miao Wang Committed by Android Git Automerger
Browse files

am 77b33cba: am f68c6eed: am c1f197ca: am 6005f9e5: am 15d68941: Merge...

am 77b33cba: am f68c6eed: am c1f197ca: am 6005f9e5: am 15d68941: Merge "[RenderScript] Add docs advising users about dstAtop bug." into mnc-dev

* commit '77b33cba':
  [RenderScript] Add docs advising users about dstAtop bug.
parents f20cd6f4 77b33cba
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -360,6 +360,8 @@ public class ScriptIntrinsicBlend extends ScriptIntrinsic {
    /**
     * dst = dst.rgb * src.a + (1.0 - dst.a) * src.rgb
     * dst.a = src.a
     * Note: Before API 23, the alpha channel was not correctly set.
     *       Please use with caution when targeting older APIs.
     *
     * @param ain The source buffer
     * @param aout The destination buffer
@@ -371,6 +373,8 @@ public class ScriptIntrinsicBlend extends ScriptIntrinsic {
    /**
     * dst = dst.rgb * src.a + (1.0 - dst.a) * src.rgb
     * dst.a = src.a
     * Note: Before API 23, the alpha channel was not correctly set.
     *       Please use with caution when targeting older APIs.
     *
     * @param ain The source buffer
     * @param aout The destination buffer