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