Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DReadback.cpp40 CopyResult Readback::copySurfaceInto(ANativeWindow* window, const Rect& inSrcRect, in copySurfaceInto() function in android::uirenderer::Readback
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp349 int RenderProxy::copySurfaceInto(ANativeWindow* window, int left, int top, int right, int bottom, in copySurfaceInto() function in android::uirenderer::renderthread::RenderProxy
/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java1008 public static int copySurfaceInto(Surface surface, Rect srcRect, Bitmap bitmap) { in copySurfaceInto() method in HardwareRenderer