Searched refs:copyHWBitmapInto (Results 1 – 5 of 5) sorted by relevance
52 CopyResult copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap);
75 CopyResult Readback::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto() function in android::uirenderer::Readback
356 int RenderProxy::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto() function in android::uirenderer::renderthread::RenderProxy361 return (int)thread.readback().copyHWBitmapInto(hwBitmap, bitmap); in copyHWBitmapInto()364 [&]() -> int { return (int)thread.readback().copyHWBitmapInto(hwBitmap, bitmap); }); in copyHWBitmapInto()
147 static int copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap);
309 uirenderer::renderthread::RenderProxy::copyHWBitmapInto(this, outBitmap); in getSkBitmap()