Searched refs:copyImageInto (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Readback.cpp | 72 return copyImageInto(image, texTransform, srcRect, bitmap); in copySurfaceInto() 83 return copyImageInto(hwBitmap->makeImage(), transform, srcRect, bitmap); in copyHWBitmapInto() 106 CopyResult Readback::copyImageInto(const sk_sp<SkImage>& image, Matrix4& texTransform, in copyImageInto() function in android::uirenderer::Readback
|
D | Readback.h | 57 CopyResult copyImageInto(const sk_sp<SkImage>& image, Matrix4& texTransform,
|