Lines Matching refs:ScopedRenderContext
44 RenderNode::ScopedRenderContext::ScopedRenderContext(SkCanvas* canvas, const RenderContext* ctx) in ScopedRenderContext() function in sksg::RenderNode::ScopedRenderContext
49 RenderNode::ScopedRenderContext::~ScopedRenderContext() { in ~ScopedRenderContext()
55 RenderNode::ScopedRenderContext&&
56 RenderNode::ScopedRenderContext::modulateOpacity(float opacity) { in modulateOpacity()
62 RenderNode::ScopedRenderContext&&
63 RenderNode::ScopedRenderContext::modulateColorFilter(sk_sp<SkColorFilter> cf) { in modulateColorFilter()
69 RenderNode::ScopedRenderContext&&
70 RenderNode::ScopedRenderContext::modulateBlendMode(SkBlendMode mode) { in modulateBlendMode()
75 RenderNode::ScopedRenderContext&&
76 RenderNode::ScopedRenderContext::setIsolation(const SkRect& bounds, bool isolation) { in setIsolation()
87 RenderNode::ScopedRenderContext&&
88 RenderNode::ScopedRenderContext::setFilterIsolation(const SkRect& bounds, in setFilterIsolation()