Searched refs:copyHWBitmapInto (Results 1 – 5 of 5) sorted by relevance
388 int RenderProxy::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto() function in android::uirenderer::renderthread::RenderProxy393 return (int)thread.readback().copyHWBitmapInto(hwBitmap, bitmap); in copyHWBitmapInto()396 [&]() -> int { return (int)thread.readback().copyHWBitmapInto(hwBitmap, bitmap); }); in copyHWBitmapInto()
138 static int copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap);
52 CopyResult copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap);
249 CopyResult Readback::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto() function in android::uirenderer::Readback
328 uirenderer::renderthread::RenderProxy::copyHWBitmapInto(this, outBitmap); in getSkBitmap()