Home
last modified time | relevance | path

Searched defs:SkSVGSpreadMethod (Results 1 – 2 of 2) 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
/third_party/skia/m133/modules/svg/include/
DSkSVGTypes.h327 constexpr SkSVGSpreadMethod() : fType(Type::kPad) {} in SkSVGSpreadMethod() function
328 constexpr explicit SkSVGSpreadMethod(Type t) : fType(t) {} in SkSVGSpreadMethod() function