Searched refs:copyImageInto (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/libs/hwui/ |
H A D | Readback.h | 53 CopyResult copyImageInto(const sk_sp<SkImage>& image, SkBitmap* bitmap); 59 CopyResult copyImageInto(const sk_sp<SkImage>& image, Matrix4& texTransform,
|
H A D | Readback.cpp | 246 return copyImageInto(image, texTransform, srcRect, bitmap); in copySurfaceIntoLegacy() 257 return copyImageInto(hwBitmap->makeImage(), transform, srcRect, bitmap); in copyHWBitmapInto() 280 CopyResult Readback::copyImageInto(const sk_sp<SkImage>& image, SkBitmap* bitmap) { in copyImageInto() function in android::uirenderer::Readback 285 return copyImageInto(image, transform, srcRect, bitmap); in copyImageInto() 288 CopyResult Readback::copyImageInto(const sk_sp<SkImage>& image, Matrix4& texTransform, in copyImageInto() function in android::uirenderer::Readback
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderProxy.cpp | 400 int RenderProxy::copyImageInto(const sk_sp<SkImage>& image, SkBitmap* bitmap) { in copyImageInto() function in android::uirenderer::renderthread::RenderProxy 404 return (int)thread.readback().copyImageInto(image, bitmap); in copyImageInto() 407 [&]() -> int { return (int)thread.readback().copyImageInto(image, bitmap); }); in copyImageInto()
|
H A D | RenderProxy.h | 139 static int copyImageInto(const sk_sp<SkImage>& image, SkBitmap* bitmap);
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_HardwareRenderer.cpp | 503 if (RenderProxy::copyImageInto(sk_ref_sp(img), &bm)) { in imageForCache()
|