Home
last modified time | relevance | path

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

/external/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)
53 void onShapeText(const SkSVGRenderContext&, SkSVGTextContext*, SkSVGXmlSpace) const override;
99 void onShapeText(const SkSVGRenderContext&, SkSVGTextContext*, SkSVGXmlSpace) const override;
116 void onShapeText(const SkSVGRenderContext&, SkSVGTextContext*, SkSVGXmlSpace) const override;
DSkSVGTypes.h674 enum class SkSVGXmlSpace { enum
/external/skia/modules/svg/src/
DSkSVGText.cpp263 SkSVGXmlSpace xs) { in shapeFragment()
308 ch = (xs == SkSVGXmlSpace::kDefault) in shapeFragment()
475 SkSVGXmlSpace xs) const { in renderText()
505 SkSVGXmlSpace) const { in onShapeText()
518 bool SkSVGAttributeParser::parse(SkSVGXmlSpace* xs) { in parse()
519 static constexpr std::tuple<const char*, SkSVGXmlSpace> gXmlSpaceMap[] = { in parse()
520 {"default" , SkSVGXmlSpace::kDefault }, in parse()
521 {"preserve", SkSVGXmlSpace::kPreserve}, in parse()
536 this->setXmlSpace(SkSVGAttributeParser::parse<SkSVGXmlSpace>("xml:space", name, value)); in parseAndSetAttribute()
540 SkSVGXmlSpace xs) const { in onShapeText()
[all …]
DSkSVGTextPriv.h114 void shapeFragment(const SkString&, const SkSVGRenderContext&, SkSVGXmlSpace);