Searched defs:SkSVGFillRule (Results 1 – 2 of 2) sorted by relevance
231 constexpr SkSVGFillRule() : fType(Type::kInherit) {} in SkSVGFillRule() function232 constexpr explicit SkSVGFillRule(Type t) : fType(t) {} in SkSVGFillRule() function