Searched refs:copyHWBitmapInto (Results 1 – 6 of 6) sorted by relevance
27 CopyResult Readback::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto() function in android::uirenderer::Readback
47 CopyResult copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap);
274 CopyResult Readback::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto() function in android::uirenderer::Readback
475 int RenderProxy::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto() function in android::uirenderer::renderthread::RenderProxy480 return (int)thread.readback().copyHWBitmapInto(hwBitmap, bitmap); in copyHWBitmapInto()483 [&]() -> int { return (int)thread.readback().copyHWBitmapInto(hwBitmap, bitmap); }); in copyHWBitmapInto()
151 static int copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap);
446 uirenderer::renderthread::RenderProxy::copyHWBitmapInto(this, outBitmap); in getSkBitmap()