From 6034230b29d996927ab2f45eb040a2f583bad388 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Fri, 10 Oct 2014 19:27:18 -0700 Subject: Doc change: Add diffs for API level 21. Change-Id: I6efad4bb407dbfc7684a5651788e116d624e778e --- .../android.renderscript.ScriptIntrinsicBlend.html | 220 +++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 docs/html/sdk/api_diff/21/changes/android.renderscript.ScriptIntrinsicBlend.html (limited to 'docs/html/sdk/api_diff/21/changes/android.renderscript.ScriptIntrinsicBlend.html') diff --git a/docs/html/sdk/api_diff/21/changes/android.renderscript.ScriptIntrinsicBlend.html b/docs/html/sdk/api_diff/21/changes/android.renderscript.ScriptIntrinsicBlend.html new file mode 100644 index 0000000..368f89f --- /dev/null +++ b/docs/html/sdk/api_diff/21/changes/android.renderscript.ScriptIntrinsicBlend.html @@ -0,0 +1,220 @@ + + + + + + + + + +android.renderscript.ScriptIntrinsicBlend + + + + + + + + + + +
+
+
+

+Class android.renderscript.ScriptIntrinsicBlend +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + void forEachAdd(Allocation, Allocation, LaunchOptions) +  
+ + void forEachClear(Allocation, Allocation, LaunchOptions) +  
+ + void forEachDst(Allocation, Allocation, LaunchOptions) +  
+ + void forEachDstAtop(Allocation, Allocation, LaunchOptions) +  
+ + void forEachDstIn(Allocation, Allocation, LaunchOptions) +  
+ + void forEachDstOut(Allocation, Allocation, LaunchOptions) +  
+ + void forEachDstOver(Allocation, Allocation, LaunchOptions) +  
+ + void forEachMultiply(Allocation, Allocation, LaunchOptions) +  
+ + void forEachSrc(Allocation, Allocation, LaunchOptions) +  
+ + void forEachSrcAtop(Allocation, Allocation, LaunchOptions) +  
+ + void forEachSrcIn(Allocation, Allocation, LaunchOptions) +  
+ + void forEachSrcOut(Allocation, Allocation, LaunchOptions) +  
+ + void forEachSrcOver(Allocation, Allocation, LaunchOptions) +  
+ + void forEachSubtract(Allocation, Allocation, LaunchOptions) +  
+ + void forEachXor(Allocation, Allocation, LaunchOptions) +  
+  + +

+ +
+
+ + + + -- cgit v1.1