Home
last modified time | relevance | path

Searched refs:copyHWBitmapInto (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/platform/host/
DReadback.cpp27 CopyResult Readback::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto() function in android::uirenderer::Readback
/frameworks/base/libs/hwui/
DReadback.h47 CopyResult copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap);
DReadback.cpp274 CopyResult Readback::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto() function in android::uirenderer::Readback
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp475 int RenderProxy::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto() function in android::uirenderer::renderthread::RenderProxy
480 return (int)thread.readback().copyHWBitmapInto(hwBitmap, bitmap); in copyHWBitmapInto()
483 [&]() -> int { return (int)thread.readback().copyHWBitmapInto(hwBitmap, bitmap); }); in copyHWBitmapInto()
DRenderProxy.h151 static int copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap);
/frameworks/base/libs/hwui/hwui/
DBitmap.cpp446 uirenderer::renderthread::RenderProxy::copyHWBitmapInto(this, outBitmap); in getSkBitmap()