Searched refs:copyTo (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/
H A DMatrix.h121 void copyTo(float* v) const;
122 void copyTo(SkMatrix& v) const;
H A DMatrix.cpp113 void Matrix4::copyTo(SkMatrix& v) const { function in class:android::uirenderer::Matrix4
163 void Matrix4::copyTo(float* v) const { function in class:android::uirenderer::Matrix4
H A DOpenGLRenderer.cpp245 getSnapshot()->transform->copyTo(&info.transform[0]);
948 mSnapshot->transform->copyTo(*matrix);
953 mSnapshot->transform->copyTo(transform);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java90 super.copyTo(d);
96 super.copyTo(d);
H A DAllocation.java760 public void copyTo(Bitmap b) { method in class:Allocation
774 public void copyTo(byte[] d) { method in class:Allocation
787 public void copyTo(short[] d) { method in class:Allocation
800 public void copyTo(int[] d) { method in class:Allocation
813 public void copyTo(float[] d) { method in class:Allocation
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java92 mOutPixelsAllocation.copyTo(mBitmapOut);
210 mOutPixelsAllocation.copyTo(mBitmapOut);
289 mOutPixelsAllocation.copyTo(mBitmapOut);
297 mOutPixelsAllocation.copyTo(mBitmapOut);
/frameworks/base/services/input/
H A DSpriteController.h70 bitmap.copyTo(&bitmapCopy, SkBitmap::kARGB_8888_Config);
H A DSpriteController.cpp404 icon.bitmap.copyTo(&mLocked.state.icon.bitmap, SkBitmap::kARGB_8888_Config);
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp246 if (!src->copyTo(&result, dstConfig, &allocator)) {
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchRS.java615 scratch.copyTo(tmp);
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp147 pointerIcon.bitmap.copyTo(&outSpriteIcon->bitmap, SkBitmap::kARGB_8888_Config);

Completed in 500 milliseconds