Searched refs:setIsolation (Results 1 – 8 of 8) sorted by relevance
/external/skqp/modules/sksg/include/ |
D | SkSGRenderNode.h | 73 ScopedRenderContext&& setIsolation(const SkRect& bounds, bool do_isolate);
|
/external/skqp/modules/sksg/src/ |
D | SkSGGroup.cpp | 62 const auto local_ctx = ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), isolate); in onRender()
|
D | SkSGRenderNode.cpp | 62 RenderNode::ScopedRenderContext::setIsolation(const SkRect& bounds, bool isolation) { in setIsolation() function in sksg::RenderNode::ScopedRenderContext
|
/external/skia/modules/sksg/src/ |
D | SkSGGroup.cpp | 60 const auto local_ctx = ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), in onRender()
|
D | SkSGRenderNode.cpp | 165 RenderNode::ScopedRenderContext::setIsolation(const SkRect& bounds, const SkMatrix& ctm, in setIsolation() function in sksg::RenderNode::ScopedRenderContext
|
/external/skia/modules/sksg/include/ |
D | SkSGRenderNode.h | 98 ScopedRenderContext&& setIsolation(const SkRect& bounds, const SkMatrix& ctm,
|
/external/skia/modules/skottie/src/ |
D | Composition.cpp | 39 ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), in attachNestedAnimation()
|
/external/skqp/modules/skottie/src/ |
D | SkottieLayer.cpp | 192 ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), true); in attachNestedAnimation()
|