/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 | 351 public void copyTo(Bitmap b) { in copyTo() method in AllocationThunker 353 mN.copyTo(b); in copyTo() 358 public void copyTo(byte[] d) { in copyTo() method in AllocationThunker 360 mN.copyTo(d); in copyTo() 365 public void copyTo(short[] d) { in copyTo() method in AllocationThunker 367 mN.copyTo(d); in copyTo() 372 public void copyTo(int[] d) { in copyTo() method in AllocationThunker 374 mN.copyTo(d); in copyTo() 379 public void copyTo(float[] d) { in copyTo() method in AllocationThunker 381 mN.copyTo(d); in copyTo()
|
D | Allocation.java | 1133 public void copyTo(Bitmap b) { in copyTo() method in Allocation 1147 public void copyTo(byte[] d) { in copyTo() method in Allocation 1160 public void copyTo(short[] d) { in copyTo() method in Allocation 1173 public void copyTo(int[] d) { in copyTo() method in Allocation 1186 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/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSTile.java | 168 final boolean changed = mTmpState.copyTo(mState); in handleRefreshState() 406 public boolean copyTo(State other) { in copyTo() method in QSTile.State 446 public boolean copyTo(State other) { in copyTo() method in QSTile.BooleanState 448 final boolean changed = super.copyTo(other) || o.value != value; in copyTo() 471 public boolean copyTo(State other) { in copyTo() method in QSTile.SignalState 485 return super.copyTo(other) || changed; in copyTo()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 459 copyTo(mBitmap); in syncAll() 1254 public void copyTo(Bitmap b) { in copyTo() method in Allocation 1263 private void copyTo(Object array, Element.DataType dt, int arrayLen) { in copyTo() method in Allocation 1282 public void copyTo(Object array) { in copyTo() method in Allocation 1283 copyTo(array, validateObjectIsPrimitiveArray(array, true), in copyTo() 1294 public void copyTo(byte[] d) { in copyTo() method in Allocation 1296 copyTo(d, Element.DataType.SIGNED_8, d.length); in copyTo() 1306 public void copyTo(short[] d) { in copyTo() method in Allocation 1308 copyTo(d, Element.DataType.SIGNED_16, d.length); in copyTo() 1318 public void copyTo(int[] d) { in copyTo() method in Allocation [all …]
|
D | AllocationAdapter.java | 86 super.copyTo(d); in readData() 92 super.copyTo(d); in readData()
|
D | Double2.java | 381 public void copyTo(double[] data, int offset) { in copyTo() method in Double2
|
D | Float2.java | 380 public void copyTo(float[] data, int offset) { in copyTo() method in Float2
|
D | Byte2.java | 382 public void copyTo(byte[] data, int offset) { in copyTo() method in Byte2
|
D | Int2.java | 436 public void copyTo(int[] data, int offset) { in copyTo() method in Int2
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | ErrorCalculator.java | 86 mOutputRegionsAllocation.copyTo(mOutputRowRegions); in calcErrorRS() 99 mOutputRegionsAllocation.copyTo(mOutputRowRegions); in calcErrorRS() 129 mOutputPixelsAllocation.copyTo(output); in calcErrorHeatmapRS()
|
/frameworks/base/libs/hwui/ |
D | Matrix.h | 200 void copyTo(float* v) const; 201 void copyTo(SkMatrix& v) const;
|
D | StatefulBaseRenderer.cpp | 113 mSnapshot->transform->copyTo(*matrix); in getMatrix() 167 currentTransform()->copyTo(transform); in clipPath()
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | BlackLevelPattern.java | 86 public void copyTo(int[] destination, int offset) { in copyTo() method in BlackLevelPattern
|
D | RggbChannelVector.java | 147 public void copyTo(final float[] destination, final int offset) { in copyTo() method in RggbChannelVector
|
/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/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/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blur25G.java | 87 mOutPixelsAllocation.copyTo(b); in updateBitmap()
|
/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 | 139 mOutPixelsAllocation.copyTo(b); in updateBitmap()
|
/frameworks/base/libs/input/ |
D | SpriteController.h | 68 bitmap.copyTo(&bitmapCopy, kN32_SkColorType); in copy()
|