Searched defs:SkSVGRenderContext (Results 1 – 9 of 9) sorted by relevance
146 SkSVGRenderContext::SkSVGRenderContext(SkCanvas* canvas, in SkSVGRenderContext() function in SkSVGRenderContext162 SkSVGRenderContext::SkSVGRenderContext(const SkSVGRenderContext& other) in SkSVGRenderContext() function in SkSVGRenderContext171 SkSVGRenderContext::SkSVGRenderContext(const SkSVGRenderContext& other, SkCanvas* canvas) in SkSVGRenderContext() function in SkSVGRenderContext180 SkSVGRenderContext::SkSVGRenderContext(const SkSVGRenderContext& other, const SkSVGNode* node) in SkSVGRenderContext() function in SkSVGRenderContext
20 class SkSVGRenderContext; variable164 virtual bool onAsPaint(const SkSVGRenderContext&, SkPaint*) const { return false; } in onAsPaint()172 virtual SkRect onObjectBoundingBox(const SkSVGRenderContext&) const { in onObjectBoundingBox()
17 void onRender(const SkSVGRenderContext&) const final {} in onRender()
16 class SkSVGRenderContext; variable
14 class SkSVGRenderContext; variable
19 class SkSVGRenderContext; variable
29 void onRender(const SkSVGRenderContext&) const override {} in onRender()
148 [](const SkSVGRenderContext&, const sk_sp<SkTextBlob>&, const SkPaint*, const SkPaint*) {}; in DEF_TEST()