Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/include/
DSkSVGTypes.h287 constexpr SkSVGSpreadMethod() : fType(Type::kPad) {} in SkSVGSpreadMethod() function
288 constexpr explicit SkSVGSpreadMethod(Type t) : fType(t) {} in SkSVGSpreadMethod() function