Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DReadback.h55 CopyResult copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap);
62 bool copyLayerInto(Layer* layer, const SkRect* srcRect, const SkRect* dstRect,
H A DReadback.cpp260 CopyResult Readback::copyLayerInto(DeferredLayerUpdater* deferredLayer, SkBitmap* bitmap) { in copyLayerInto() function in android::uirenderer::Readback
273 if (copyLayerInto(layer, nullptr, &dstRect, bitmap)) { in copyLayerInto()
327 if (copyLayerInto(&layer, &skiaSrcRect, &skiaDestRect, bitmap)) { in copyImageInto()
334 bool Readback::copyLayerInto(Layer* layer, const SkRect* srcRect, const SkRect* dstRect, in copyLayerInto() function in android::uirenderer::Readback
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DTextureLayer.java92 return mRenderer.copyLayerInto(this, bitmap); in copyInto()
H A DHardwareRenderer.java735 public boolean copyLayerInto(final TextureLayer layer, final Bitmap bitmap) { in copyLayerInto() method in HardwareRenderer
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h92 bool copyLayerInto(DeferredLayerUpdater* layer, SkBitmap& bitmap);
H A DRenderProxy.cpp163 bool RenderProxy::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap& bitmap) { in copyLayerInto() function in android::uirenderer::renderthread::RenderProxy
167 return thread.readback().copyLayerInto(layer, &bitmap) == CopyResult::Success; in copyLayerInto()
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp313 return proxy->copyLayerInto(layer, bitmap); in android_view_ThreadedRenderer_copyLayerInto()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66343 Landroid/view/ThreadedRenderer;->copyLayerInto(Landroid/view/TextureLayer;Landroid/graphics/Bitmap;…