Home
last modified time | relevance | path

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

/external/skia/modules/svg/include/
DSkSVGText.h112 class SkSVGTextPath final : public SkSVGTextContainer {
114 static sk_sp<SkSVGTextPath> Make() { return sk_sp<SkSVGTextPath>(new SkSVGTextPath()); } in Make()
120 SkSVGTextPath() : INHERITED(SkSVGTag::kTextPath) {} in SkSVGTextPath() function
/external/skia/modules/svg/src/
DSkSVGTextPriv.h33 class SkSVGTextPath; variable
127 const SkSVGTextPath* = nullptr);
176 PathData(const SkSVGRenderContext&, const SkSVGTextPath&);
DSkSVGText.cpp296 const SkSVGTextPath* tpath) in SkSVGTextContext()
424 SkSVGTextContext::PathData::PathData(const SkSVGRenderContext& ctx, const SkSVGTextPath& tpath) in PathData()
721 void SkSVGTextPath::onShapeText(const SkSVGRenderContext& ctx, SkSVGTextContext* parent_tctx, in onShapeText()
731 bool SkSVGTextPath::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute()
DSkSVGDOM.cpp292 { "textPath" , []() -> sk_sp<SkSVGNode> { return SkSVGTextPath::Make(); }}, in __anonc9d1c69b2b02()