Home
last modified time | relevance | path

Searched refs:setIsolation (Results 1 – 13 of 13) sorted by relevance

/external/skia/modules/sksg/src/
DSkSGImage.cpp31 local_ctx.setIsolation(this->bounds(), canvas->getTotalMatrix(), true); in onRender()
DSkSGGroup.cpp62 const auto local_ctx = ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), in onRender()
DSkSGRenderNode.cpp186 RenderNode::ScopedRenderContext::setIsolation(const SkRect& bounds, const SkMatrix& ctm, in setIsolation() function in sksg::RenderNode::ScopedRenderContext
DSkSGRenderEffect.cpp242 const auto local_ctx = ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), in onRender()
/external/skqp/modules/sksg/include/
DSkSGRenderNode.h73 ScopedRenderContext&& setIsolation(const SkRect& bounds, bool do_isolate);
/external/skqp/modules/sksg/src/
DSkSGGroup.cpp62 const auto local_ctx = ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), isolate); in onRender()
DSkSGRenderNode.cpp62 RenderNode::ScopedRenderContext::setIsolation(const SkRect& bounds, bool isolation) { in setIsolation() function in sksg::RenderNode::ScopedRenderContext
/external/skia/modules/sksg/include/
DSkSGRenderNode.h98 ScopedRenderContext&& setIsolation(const SkRect& bounds, const SkMatrix& ctm,
/external/skia/modules/skottie/src/layers/
DPrecompLayer.cpp123 ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), in attachExternalPrecompLayer()
/external/skia/modules/skottie/src/layers/shapelayer/
DRepeater.cpp89 .setIsolation(fChildrenBounds, in onRender()
/external/skia/modules/skottie/src/effects/
DFractalNoiseEffect.cpp309 .setIsolation(bounds, canvas->getTotalMatrix(), true); in onRender()
DDisplacementMapEffect.cpp252 auto local_ctx = ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), in onRender()
/external/skqp/modules/skottie/src/
DSkottieLayer.cpp192 ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), true); in attachNestedAnimation()