Home
last modified time | relevance | path

Searched defs:copySurfaceInto (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DReadback.cpp38 CopyResult Readback::copySurfaceInto(Surface& surface, const Rect& srcRect, SkBitmap* bitmap) { in copySurfaceInto() function in android::uirenderer::Readback
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp321 int RenderProxy::copySurfaceInto(sp<Surface>& surface, int left, int top, int right, int bottom, in copySurfaceInto() function in android::uirenderer::renderthread::RenderProxy
/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java910 public static int copySurfaceInto(Surface surface, Rect srcRect, Bitmap bitmap) { in copySurfaceInto() method in HardwareRenderer