Searched refs:SkSVGTextPath (Results 1 – 4 of 4) sorted by relevance
106 class SkSVGTextPath final : public SkSVGTextContainer {108 static sk_sp<SkSVGTextPath> Make() { return sk_sp<SkSVGTextPath>(new SkSVGTextPath()); } in Make()114 SkSVGTextPath() : INHERITED(SkSVGTag::kTextPath) {} in SkSVGTextPath() function
110 const SkSVGTextPath* = nullptr);159 PathData(const SkSVGRenderContext&, const SkSVGTextPath&);
229 const SkSVGTextPath* tpath) in SkSVGTextContext()352 SkSVGTextContext::PathData::PathData(const SkSVGRenderContext& ctx, const SkSVGTextPath& tpath) in PathData()647 void SkSVGTextPath::onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* parent_tctx, in onShapeText()657 bool SkSVGTextPath::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute()
273 { "textPath" , []() -> sk_sp<SkSVGNode> { return SkSVGTextPath::Make(); }}, in __anon87acfb0c2402()