Home
last modified time | relevance | path

Searched refs:Readback (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DReadback.cpp40 CopyResult Readback::copySurfaceInto(ANativeWindow* window, const Rect& inSrcRect, in copySurfaceInto()
235 CopyResult Readback::copySurfaceIntoLegacy(ANativeWindow* window, const Rect& srcRect, in copySurfaceIntoLegacy()
274 CopyResult Readback::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto()
281 CopyResult Readback::copyLayerInto(DeferredLayerUpdater* deferredLayer, SkBitmap* bitmap) { in copyLayerInto()
301 CopyResult Readback::copyImageInto(const sk_sp<SkImage>& image, SkBitmap* bitmap) { in copyImageInto()
306 CopyResult Readback::copyImageInto(const sk_sp<SkImage>& image, const Rect& srcRect, in copyImageInto()
346 bool Readback::copyLayerInto(Layer* layer, const SkRect* srcRect, const SkRect* dstRect, in copyLayerInto()
DReadback.h44 class Readback {
46 explicit Readback(renderthread::RenderThread& thread) : mRenderThread(thread) {} in Readback() function
DAndroid.bp587 "Readback.cpp",
/frameworks/base/libs/hwui/renderthread/
DRenderThread.h48 class Readback; variable
152 Readback& readback();
241 Readback* mReadback = nullptr;
DRenderThread.cpp355 Readback& RenderThread::readback() { in readback()
357 mReadback = new Readback(*this); in readback()