Searched defs:copySurfaceInto (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/ | ||
D | Readback.cpp | 40 CopyResult Readback::copySurfaceInto(ANativeWindow* window, const Rect& inSrcRect, in copySurfaceInto() function in android::uirenderer::Readback |
/frameworks/base/libs/hwui/renderthread/ | ||
D | RenderProxy.cpp | 349 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/ | ||
D | HardwareRenderer.java | 1008 public static int copySurfaceInto(Surface surface, Rect srcRect, Bitmap bitmap) { in copySurfaceInto() method in HardwareRenderer |