Searched defs:copySurfaceInto (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/ | ||
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/renderthread/ | ||
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 |
/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 |