Searched refs:Readback (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Readback.cpp | 40 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()
|
D | Readback.h | 44 class Readback { 46 explicit Readback(renderthread::RenderThread& thread) : mRenderThread(thread) {} in Readback() function
|
D | Android.bp | 587 "Readback.cpp",
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderThread.h | 48 class Readback; variable 152 Readback& readback(); 241 Readback* mReadback = nullptr;
|
D | RenderThread.cpp | 355 Readback& RenderThread::readback() { in readback() 357 mReadback = new Readback(*this); in readback()
|