Home
last modified time | relevance | path

Searched refs:SkSVGTextPath (Results 1 – 4 of 4) sorted by relevance

/external/skia/modules/svg/include/
DSkSVGText.h106 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
/external/skia/modules/svg/src/
DSkSVGTextPriv.h110 const SkSVGTextPath* = nullptr);
159 PathData(const SkSVGRenderContext&, const SkSVGTextPath&);
DSkSVGText.cpp229 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()
DSkSVGDOM.cpp273 { "textPath" , []() -> sk_sp<SkSVGNode> { return SkSVGTextPath::Make(); }}, in __anon87acfb0c2402()