Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGText.h21 void renderText(const SkSVGRenderContext&, SkSVGTextContext*, SkSVGXmlSpace) const;
26 virtual void onShapeText(const SkSVGRenderContext&, SkSVGTextContext*, SkSVGXmlSpace) const = 0;
46 SVG_ATTR(XmlSpace, SkSVGXmlSpace, SkSVGXmlSpace::kDefault)
54 void onShapeText(const SkSVGRenderContext&, SkSVGTextContext*, SkSVGXmlSpace) const override;
100 void onShapeText(const SkSVGRenderContext&, SkSVGTextContext*, SkSVGXmlSpace) const override;
117 void onShapeText(const SkSVGRenderContext&, SkSVGTextContext*, SkSVGXmlSpace) const override;
DSkSVGTypes.h674 enum class SkSVGXmlSpace { enum
/third_party/skia/modules/svg/src/
DSkSVGText.cpp263 SkSVGXmlSpace xs) { in shapeFragment()
308 ch = (xs == SkSVGXmlSpace::kDefault) in shapeFragment()
475 SkSVGXmlSpace xs) const { in renderText()
512 SkSVGXmlSpace) const { in onShapeText()
525 bool SkSVGAttributeParser::parse(SkSVGXmlSpace* xs) { in parse()
526 static constexpr std::tuple<const char*, SkSVGXmlSpace> gXmlSpaceMap[] = { in parse()
527 {"default" , SkSVGXmlSpace::kDefault }, in parse()
528 {"preserve", SkSVGXmlSpace::kPreserve}, in parse()
543 this->setXmlSpace(SkSVGAttributeParser::parse<SkSVGXmlSpace>("xml:space", name, value)); in parseAndSetAttribute()
547 SkSVGXmlSpace xs) const { in onShapeText()
[all …]
DSkSVGTextPriv.h114 void shapeFragment(const SkString&, const SkSVGRenderContext&, SkSVGXmlSpace);