Searched defs:SkSVGFillRule (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/modules/svg/include/ | ||
H A D | SkSVGTypes.h | 302 class SkSVGFillRule { class 310 constexpr SkSVGFillRule() : fType(Type::kInherit) {} in SkSVGFillRule() function in SkSVGFillRule 311 constexpr explicit SkSVGFillRule(Type t) : fType(t) {} in SkSVGFillRule() function in SkSVGFillRule |
Completed in 4 milliseconds