Home
last modified time | relevance | path

Searched defs:SkSVGFontWeight (Results 1 – 1 of 1) sorted by relevance

/external/skia/modules/svg/include/
DSkSVGTypes.h531 SkSVGFontWeight() : fType(Type::kInherit) {} in SkSVGFontWeight() function
532 explicit SkSVGFontWeight(Type t) : fType(t) {} in SkSVGFontWeight() function