Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/skia/modules/sksg/src/
DSkSGGroup.cpp64 const auto local_ctx = ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), in onRender()
DSkSGRenderNode.cpp164 RenderNode::ScopedRenderContext::setIsolation(const SkRect& bounds, const SkMatrix& ctm, in setIsolation() function in sksg::RenderNode::ScopedRenderContext
/third_party/flutter/skia/modules/sksg/include/
DSkSGRenderNode.h97 ScopedRenderContext&& setIsolation(const SkRect& bounds, const SkMatrix& ctm,
/third_party/skia/modules/sksg/include/
DSkSGRenderNode.h98 ScopedRenderContext&& setIsolation(const SkRect& bounds, const SkMatrix& ctm,
/third_party/skia/modules/skottie/src/effects/
DSkSLEffect.cpp35 .setIsolation(bounds, canvas->getTotalMatrix(), true); in onRender()
DBuldgeEffect.cpp138 .setIsolation(bounds, canvas->getTotalMatrix(), true); in onRender()
DDisplacementMapEffect.cpp262 auto local_ctx = ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), in onRender()
DFractalNoiseEffect.cpp315 .setIsolation(bounds, canvas->getTotalMatrix(), true); in onRender()
/third_party/flutter/skia/modules/skottie/src/
DComposition.cpp37 ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), in attachNestedAnimation()
/third_party/skia/modules/skottie/src/layers/
DPrecompLayer.cpp123 ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), in attachExternalPrecompLayer()
/third_party/skia/modules/skottie/src/layers/shapelayer/
DRepeater.cpp89 .setIsolation(fChildrenBounds, in onRender()