Searched defs:SkRange (Results 1 – 1 of 1) sorted by relevance
77 template <typename T> struct SkRange { struct78 SkRange() : start(), end() {} in SkRange() argument79 SkRange(T s, T e) : start(s), end(e) {} in SkRange() argument83 bool operator==(const SkRange<T>& other) const { argument94 bool contains(SkRange<size_t> other) const { in contains() argument98 bool intersects(SkRange<size_t> other) const { in intersects() argument107 const SkRange<size_t> EMPTY_RANGE = SkRange<size_t>(EMPTY_INDEX, EMPTY_INDEX); argument