Searched refs:copyLayerInto (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Readback.h | 54 CopyResult copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap); 60 bool copyLayerInto(Layer* layer, const SkRect* srcRect, const SkRect* dstRect,
|
D | Readback.cpp | 89 CopyResult Readback::copyLayerInto(DeferredLayerUpdater* deferredLayer, SkBitmap* bitmap) { in copyLayerInto() function in android::uirenderer::Readback 102 if (copyLayerInto(layer, nullptr, &dstRect, bitmap)) { in copyLayerInto() 154 if (copyLayerInto(&layer, &skiaSrcRect, &skiaDestRect, bitmap)) { in copyImageInto() 161 bool Readback::copyLayerInto(Layer* layer, const SkRect* srcRect, const SkRect* dstRect, in copyLayerInto() function in android::uirenderer::Readback
|
/frameworks/base/core/java/android/view/ |
D | TextureLayer.java | 94 return mRenderer.copyLayerInto(this, bitmap); in copyInto()
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.h | 90 ANDROID_API bool copyLayerInto(DeferredLayerUpdater* layer, SkBitmap& bitmap);
|
D | RenderProxy.cpp | 161 bool RenderProxy::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap& bitmap) { in copyLayerInto() function in android::uirenderer::renderthread::RenderProxy 165 return thread.readback().copyLayerInto(layer, &bitmap) == CopyResult::Success; in copyLayerInto()
|
/frameworks/base/graphics/java/android/graphics/ |
D | HardwareRenderer.java | 693 public boolean copyLayerInto(final TextureLayer layer, final Bitmap bitmap) { in copyLayerInto() method in HardwareRenderer
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_HardwareRenderer.cpp | 285 return proxy->copyLayerInto(layer, bitmap); in android_view_ThreadedRenderer_copyLayerInto()
|