Searched defs:SkSVGFontWeight (Results 1 – 1 of 1) sorted by relevance
531 SkSVGFontWeight() : fType(Type::kInherit) {} in SkSVGFontWeight() function532 explicit SkSVGFontWeight(Type t) : fType(t) {} in SkSVGFontWeight() function