Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DReadback.h52 CopyResult copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap);
DReadback.cpp75 CopyResult Readback::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto() function in android::uirenderer::Readback
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp356 int RenderProxy::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto() function in android::uirenderer::renderthread::RenderProxy
361 return (int)thread.readback().copyHWBitmapInto(hwBitmap, bitmap); in copyHWBitmapInto()
364 [&]() -> int { return (int)thread.readback().copyHWBitmapInto(hwBitmap, bitmap); }); in copyHWBitmapInto()
DRenderProxy.h147 static int copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap);
/frameworks/base/libs/hwui/hwui/
DBitmap.cpp309 uirenderer::renderthread::RenderProxy::copyHWBitmapInto(this, outBitmap); in getSkBitmap()