Searched refs:createFromBitmap (Results 1 – 8 of 8) sorted by relevance
| /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
| D | ImageBuffersForRenderScript.java | 49 inAllocation = Allocation.createFromBitmap(renderScript, inputImage); in ImageBuffersForRenderScript() 53 outAllocation = Allocation.createFromBitmap(renderScript, outputImage); in ImageBuffersForRenderScript()
|
| /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
| D | Watermark.java | 59 static BitmapImage createFromBitmap(@NonNull Bitmap bitmap) { in createFromBitmap() method in Watermark.BitmapImage 232 final BitmapImage targetImage = BitmapImage.createFromBitmap(bitmap); in detect()
|
| /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/ |
| D | BitmapImage.java | 55 static BitmapImage createFromBitmap(@NonNull Bitmap bitmap) { in createFromBitmap() method in BitmapImage
|
| D | Watermark.java | 203 final BitmapImage targetImage = BitmapImage.createFromBitmap(bitmap); in isContainedIn()
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/ |
| D | RefocusFilterF32.java | 100 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap); in extractSharpImage() 115 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap); in extractFuzzyImage()
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/ |
| D | RefocusFilterd1new.java | 100 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap); in extractSharpImage() 114 Allocation mAllocation = Allocation.createFromBitmap(renderScript, mBitmap); in extractFuzzyImage()
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| D | AllocationTest.java | 209 Allocation.createFromBitmap(mRS, B, mc, u).destroy(); in helperCreateFromBitmap() 219 Allocation.createFromBitmap(mRS, B).destroy(); in testCreateFromBitmap() 230 Allocation.createFromBitmap(mRS, B, in testCreateFromBitmap()
|
| /cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
| D | current.txt | 39145 …method @Deprecated public static android.renderscript.Allocation createFromBitmap(android.rendersc… 39146 …method @Deprecated public static android.renderscript.Allocation createFromBitmap(android.rendersc…
|