Lines Matching refs:ctx
28 void SkSVGNode::render(const SkSVGRenderContext& ctx) const {
29 SkSVGRenderContext localContext(ctx, this);
36 bool SkSVGNode::asPaint(const SkSVGRenderContext& ctx, SkPaint* paint) const {
37 SkSVGRenderContext localContext(ctx);
42 SkPath SkSVGNode::asPath(const SkSVGRenderContext& ctx) const {
43 SkSVGRenderContext localContext(ctx);
58 SkRect SkSVGNode::objectBoundingBox(const SkSVGRenderContext& ctx) const {
59 return this->onObjectBoundingBox(ctx);
62 bool SkSVGNode::onPrepareToRender(SkSVGRenderContext* ctx) const {
63 ctx->applyPresentationAttributes(fPresentationAttributes,
69 const auto visibility = ctx->presentationContext().fInherited.fVisibility->type();