Searched refs:copySurfaceInto (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Readback.h | 50 CopyResult copySurfaceInto(Surface& surface, const Rect& srcRect, SkBitmap* bitmap);
|
D | Readback.cpp | 38 CopyResult Readback::copySurfaceInto(Surface& surface, const Rect& srcRect, SkBitmap* bitmap) { in copySurfaceInto() function in android::uirenderer::Readback
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | MagnifierAnimation.cpp | 73 RenderProxy::copySurfaceInto(renderTarget, x, y, x + magnifier->width(), in doFrame()
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.h | 143 ANDROID_API static int copySurfaceInto(sp<Surface>& surface, int left, int top, int right,
|
D | RenderProxy.cpp | 321 int RenderProxy::copySurfaceInto(sp<Surface>& surface, int left, int top, int right, int bottom, in copySurfaceInto() function in android::uirenderer::renderthread::RenderProxy 325 return thread.readback().copySurfaceInto(*surface, Rect(left, top, right, bottom), bitmap); in copySurfaceInto()
|
/frameworks/base/graphics/java/android/view/ |
D | PixelCopy.java | 187 int result = ThreadedRenderer.copySurfaceInto(source, srcRect, dest); in request()
|
/frameworks/base/graphics/java/android/graphics/ |
D | HardwareRenderer.java | 910 public static int copySurfaceInto(Surface surface, Rect srcRect, Bitmap bitmap) { in copySurfaceInto() method in HardwareRenderer
|
/frameworks/base/core/jni/ |
D | android_view_ThreadedRenderer.cpp | 918 return RenderProxy::copySurfaceInto(surface, left, top, right, bottom, &bitmap); in android_view_ThreadedRenderer_copySurfaceInto()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 77450 Landroid/view/ThreadedRenderer;->copySurfaceInto(Landroid/view/Surface;Landroid/graphics/Rect;Landr…
|