Searched defs:SkTSize (Results 1 – 1 of 1) sorted by relevance
13 template <typename T> struct SkTSize { struct17 static SkTSize Make(T w, T h) { in Make() argument24 void set(T w, T h) { in set()31 bool isZero() const { in isZero()36 bool isEmpty() const { in isEmpty()64 static inline bool operator==(const SkTSize<T>& a, const SkTSize<T>& b) { argument