Home
last modified time | relevance | path

Searched refs:copySurfaceInto (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/
DReadback.h50 CopyResult copySurfaceInto(Surface& surface, const Rect& srcRect, SkBitmap* bitmap);
DReadback.cpp38 CopyResult Readback::copySurfaceInto(Surface& surface, const Rect& srcRect, SkBitmap* bitmap) { in copySurfaceInto() function in android::uirenderer::Readback
/frameworks/base/libs/hwui/tests/common/scenes/
DMagnifierAnimation.cpp73 RenderProxy::copySurfaceInto(renderTarget, x, y, x + magnifier->width(), in doFrame()
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h143 ANDROID_API static int copySurfaceInto(sp<Surface>& surface, int left, int top, int right,
DRenderProxy.cpp321 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/
DPixelCopy.java187 int result = ThreadedRenderer.copySurfaceInto(source, srcRect, dest); in request()
/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java910 public static int copySurfaceInto(Surface surface, Rect srcRect, Bitmap bitmap) { in copySurfaceInto() method in HardwareRenderer
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp918 return RenderProxy::copySurfaceInto(surface, left, top, right, bottom, &bitmap); in android_view_ThreadedRenderer_copySurfaceInto()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77450 Landroid/view/ThreadedRenderer;->copySurfaceInto(Landroid/view/Surface;Landroid/graphics/Rect;Landr…