Home
last modified time | relevance | path

Searched refs:copyLayerInto (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
DReadback.h54 CopyResult copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap);
60 bool copyLayerInto(Layer* layer, const SkRect* srcRect, const SkRect* dstRect,
DReadback.cpp86 CopyResult Readback::copyLayerInto(DeferredLayerUpdater* deferredLayer, SkBitmap* bitmap) { in copyLayerInto() function in android::uirenderer::Readback
99 if (copyLayerInto(layer, nullptr, &dstRect, bitmap)) { in copyLayerInto()
152 if (copyLayerInto(&layer, &skiaSrcRect, &skiaDestRect, bitmap)) { in copyImageInto()
159 bool Readback::copyLayerInto(Layer* layer, const SkRect* srcRect, const SkRect* dstRect, in copyLayerInto() function in android::uirenderer::Readback
/frameworks/base/core/java/android/view/
DTextureLayer.java94 return mRenderer.copyLayerInto(this, bitmap); in copyInto()
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.h89 ANDROID_API bool copyLayerInto(DeferredLayerUpdater* layer, SkBitmap& bitmap);
DRenderProxy.cpp165 bool RenderProxy::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap& bitmap) { in copyLayerInto() function in android::uirenderer::renderthread::RenderProxy
169 return thread.readback().copyLayerInto(layer, &bitmap) == CopyResult::Success; in copyLayerInto()
/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java684 public boolean copyLayerInto(final TextureLayer layer, final Bitmap bitmap) { in copyLayerInto() method in HardwareRenderer
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp744 return proxy->copyLayerInto(layer, bitmap); in android_view_ThreadedRenderer_copyLayerInto()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77449 Landroid/view/ThreadedRenderer;->copyLayerInto(Landroid/view/TextureLayer;Landroid/graphics/Bitmap;…