Searched defs:copyTo (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DMatrix.cpp115 void Matrix4::copyTo(SkMatrix& v) const { function in class:android::uirenderer::Matrix4
165 void Matrix4::copyTo(float* v) const { function in class:android::uirenderer::Matrix4
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java880 public void copyTo(Bitmap b) { method in class:Allocation
894 public void copyTo(byte[] d) { method in class:Allocation
907 public void copyTo(short[] d) { method in class:Allocation
920 public void copyTo(int[] d) { method in class:Allocation
933 public void copyTo(float[] d) { method in class:Allocation
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java772 public void copyTo(Bitmap b) { method in class:Allocation
786 public void copyTo(byte[] d) { method in class:Allocation
799 public void copyTo(short[] d) { method in class:Allocation
812 public void copyTo(int[] d) { method in class:Allocation
825 public void copyTo(float[] d) { method in class:Allocation

Completed in 190 milliseconds