HomeSort by relevance Sort by last modified time
    Searched defs:SkSVGFillRule (Results 1 - 2 of 2) sorted by null

  /external/skia/experimental/svg/model/
SkSVGTypes.h 223 class SkSVGFillRule {
231 constexpr SkSVGFillRule() : fType(Type::kInherit) {}
232 constexpr explicit SkSVGFillRule(Type t) : fType(t) {}
234 SkSVGFillRule(const SkSVGFillRule&) = default;
235 SkSVGFillRule& operator=(const SkSVGFillRule&) = default;
237 bool operator==(const SkSVGFillRule& other) const { return fType == other.fType; }
238 bool operator!=(const SkSVGFillRule& other) const { return !(*this == other); }
  /external/skqp/experimental/svg/model/
SkSVGTypes.h 223 class SkSVGFillRule {
231 constexpr SkSVGFillRule() : fType(Type::kInherit) {}
232 constexpr explicit SkSVGFillRule(Type t) : fType(t) {}
234 SkSVGFillRule(const SkSVGFillRule&) = default;
235 SkSVGFillRule& operator=(const SkSVGFillRule&) = default;
237 bool operator==(const SkSVGFillRule& other) const { return fType == other.fType; }
238 bool operator!=(const SkSVGFillRule& other) const { return !(*this == other); }

Completed in 248 milliseconds