Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
[RenderScript] Add docs advising users about dstAtop bug for support …
Browse files Browse the repository at this point in the history
…lib.

Bug: 22047392
Change-Id: I5264e39804ebafd53291c5b1ad5513ffff422942
(cherry picked from commit a706ff0)
  • Loading branch information
miaowang14 committed Jul 20, 2015
1 parent c956633 commit 086772f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -258,6 +258,8 @@ public Script.KernelID getKernelIDSrcAtop() {
/**
* 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
Expand Down

0 comments on commit 086772f

Please sign in to comment.