Searched refs:copyLayerInto (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/libs/hwui/ |
H A D | Readback.h | 55 CopyResult copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap); 62 bool copyLayerInto(Layer* layer, const SkRect* srcRect, const SkRect* dstRect,
|
H A D | Readback.cpp | 260 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 D | TextureLayer.java | 92 return mRenderer.copyLayerInto(this, bitmap); in copyInto()
|
H A D | HardwareRenderer.java | 735 public boolean copyLayerInto(final TextureLayer layer, final Bitmap bitmap) { in copyLayerInto() method in HardwareRenderer
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | RenderProxy.h | 92 bool copyLayerInto(DeferredLayerUpdater* layer, SkBitmap& bitmap);
|
H A D | RenderProxy.cpp | 163 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 D | android_graphics_HardwareRenderer.cpp | 313 return proxy->copyLayerInto(layer, bitmap); in android_view_ThreadedRenderer_copyLayerInto()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 66343 Landroid/view/ThreadedRenderer;->copyLayerInto(Landroid/view/TextureLayer;Landroid/graphics/Bitmap;…
|