Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp301 CREATE_BRIDGE3(copyLayerInto, CanvasContext* context, DeferredLayerUpdater* layer, in CREATE_BRIDGE3() argument
303 bool success = args->context->copyLayerInto(args->layer, args->bitmap); in CREATE_BRIDGE3()
307 bool RenderProxy::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap& bitmap) { in copyLayerInto() function in android::uirenderer::renderthread::RenderProxy
308 SETUP_TASK(copyLayerInto); in copyLayerInto()
DRenderProxy.h87 ANDROID_API bool copyLayerInto(DeferredLayerUpdater* layer, SkBitmap& bitmap);
DCanvasContext.h89 bool copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap);
DCanvasContext.cpp360 bool CanvasContext::copyLayerInto(DeferredLayerUpdater* layer, SkBitmap* bitmap) { in copyLayerInto() function in android::uirenderer::renderthread::CanvasContext
/frameworks/base/core/java/android/view/
DHardwareLayer.java94 return mRenderer.copyLayerInto(this, bitmap); in copyInto()
DHardwareRenderer.java365 abstract boolean copyLayerInto(HardwareLayer layer, Bitmap bitmap); in copyLayerInto() method in HardwareRenderer
DThreadedRenderer.java370 boolean copyLayerInto(final HardwareLayer layer, final Bitmap bitmap) { in copyLayerInto() method in ThreadedRenderer
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp359 return proxy->copyLayerInto(layer, bitmap); in android_view_ThreadedRenderer_copyLayerInto()