Lines Matching refs:SkSVGXmlSpace
263 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()
648 SkSVGXmlSpace xs) const { in onShapeText()