/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_instance.java | 84 ai1.copyTo(i1); in run() 85 ai2.copyTo(i2); in run() 86 ai3.copyTo(i3); in run() 87 ai4.copyTo(i4); in run() 88 ai5.copyTo(i5); in run()
|
D | UT_copy_test.java | 46 a2.copyTo(f2); in testFloat2() 70 a2.copyTo(f2); in testFloat3() 94 a2.copyTo(f2); in testFloat4()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | AllocationThunker.java | 337 public void copyTo(Bitmap b) { in copyTo() method in AllocationThunker 339 mN.copyTo(b); in copyTo() 344 public void copyTo(byte[] d) { in copyTo() method in AllocationThunker 346 mN.copyTo(d); in copyTo() 351 public void copyTo(short[] d) { in copyTo() method in AllocationThunker 353 mN.copyTo(d); in copyTo() 358 public void copyTo(int[] d) { in copyTo() method in AllocationThunker 360 mN.copyTo(d); in copyTo() 365 public void copyTo(float[] d) { in copyTo() method in AllocationThunker 367 mN.copyTo(d); in copyTo()
|
D | Allocation.java | 1128 public void copyTo(Bitmap b) { in copyTo() method in Allocation 1142 public void copyTo(byte[] d) { in copyTo() method in Allocation 1155 public void copyTo(short[] d) { in copyTo() method in Allocation 1168 public void copyTo(int[] d) { in copyTo() method in Allocation 1181 public void copyTo(float[] d) { in copyTo() method in Allocation
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_copy_test.java | 46 a2.copyTo(f2); in testFloat2() 70 a2.copyTo(f2); in testFloat3() 94 a2.copyTo(f2); in testFloat4()
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | ErrorCalculator.java | 89 mOutputRegionsAllocation.copyTo(mOutputRowRegions); in calcErrorRS() 102 mOutputRegionsAllocation.copyTo(mOutputRowRegions); in calcErrorRS() 132 mOutputPixelsAllocation.copyTo(output); in calcErrorHeatmapRS()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | AllocationAdapter.java | 91 super.copyTo(d); in readData() 97 super.copyTo(d); in readData()
|
D | Allocation.java | 385 copyTo(mBitmap); in syncAll() 1254 public void copyTo(Bitmap b) { in copyTo() method in Allocation 1270 public void copyTo(byte[] d) { in copyTo() method in Allocation 1285 public void copyTo(short[] d) { in copyTo() method in Allocation 1300 public void copyTo(int[] d) { in copyTo() method in Allocation 1315 public void copyTo(float[] d) { in copyTo() method in Allocation
|
/frameworks/base/libs/hwui/ |
D | Matrix.h | 190 void copyTo(float* v) const; 191 void copyTo(SkMatrix& v) const;
|
D | Matrix.cpp | 186 void Matrix4::copyTo(SkMatrix& v) const { in copyTo() function in android::uirenderer::Matrix4 235 void Matrix4::copyTo(float* v) const { in copyTo() function in android::uirenderer::Matrix4
|
D | OpenGLRenderer.cpp | 472 getSnapshot()->transform->copyTo(&info.transform[0]); in callDrawGLFunction() 1528 currentTransform().copyTo(*matrix); in getMatrix() 1533 currentTransform().copyTo(transform); in concatMatrix() 1693 currentTransform().copyTo(transform); in clipPath()
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | Blur25G.java | 89 mOutPixelsAllocation.copyTo(b); in updateBitmap()
|
D | TestBase.java | 118 mOutPixelsAllocation.copyTo(b); in updateBitmap()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | BackingStore.java | 534 allocation.copyTo(mBitmap); in syncToAllocationBacking() 628 allocation.copyTo(pixels.array()); in syncToAllocationBacking() 751 allocation.copyTo(bytes); in syncToAllocationBacking() 754 allocation.copyTo(floats); in syncToAllocationBacking()
|
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/ |
D | MathErr.java | 56 mAllocationRes.copyTo(mRes); in logErr()
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | Blur25G.java | 106 mOutPixelsAllocation.copyTo(b); in updateBitmap()
|
D | TestBase.java | 141 mOutPixelsAllocation.copyTo(b); in updateBitmap()
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | TestBase.java | 143 mOutPixelsAllocation.copyTo(b); in updateBitmap()
|
/frameworks/base/services/input/ |
D | SpriteController.h | 68 bitmap.copyTo(&bitmapCopy, SkBitmap::kARGB_8888_Config); in copy()
|
D | SpriteController.cpp | 405 icon.bitmap.copyTo(&mLocked.state.icon.bitmap, SkBitmap::kARGB_8888_Config); in setIcon()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
D | Camera2Source.java | 223 mAllocationOut.copyTo(mBitmap); in onProcess()
|
/frameworks/base/core/jni/android/graphics/ |
D | Bitmap.cpp | 329 if (!src->copyTo(&result, dstConfig, &allocator)) { in Bitmap_copy()
|
/frameworks/base/services/jni/ |
D | com_android_server_input_InputManagerService.cpp | 139 pointerIcon.bitmap.copyTo(&outSpriteIcon->bitmap, SkBitmap::kARGB_8888_Config); in loadSystemIconAsSprite()
|
/frameworks/base/api/ |
D | current.txt | 21728 method public void copyTo(android.graphics.Bitmap); 21729 method public void copyTo(byte[]); 21730 method public void copyTo(short[]); 21731 method public void copyTo(int[]); 21732 method public void copyTo(float[]);
|