Home
last modified time | relevance | path

Searched refs:copyImageInto (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DReadback.cpp72 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
DReadback.h57 CopyResult copyImageInto(const sk_sp<SkImage>& image, Matrix4& texTransform,