Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DReadback.cpp38 CopyResult Readback::copySurfaceInto(Surface& surface, const Rect& srcRect, SkBitmap* bitmap) { in copySurfaceInto()
75 CopyResult Readback::copyHWBitmapInto(Bitmap* hwBitmap, SkBitmap* bitmap) { in copyHWBitmapInto()
86 CopyResult Readback::copyLayerInto(DeferredLayerUpdater* deferredLayer, SkBitmap* bitmap) { in copyLayerInto()
106 CopyResult Readback::copyImageInto(const sk_sp<SkImage>& image, Matrix4& texTransform, in copyImageInto()
159 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.bp221 "Readback.cpp",
/frameworks/base/libs/hwui/renderthread/
DRenderThread.h48 class Readback; variable
103 Readback& readback();
173 Readback* mReadback = nullptr;
DRenderThread.cpp280 Readback& RenderThread::readback() { in readback()
282 mReadback = new Readback(*this); in readback()