Searched defs:SkTSize (Results 1 – 1 of 1) sorted by relevance
6 template <typename T> struct SkTSize { struct7 T fWidth;8 T fHeight;10 void set(T w, T h) { in set()17 bool isZero() const { in isZero()22 bool isEmpty() const { in isEmpty()50 static inline bool operator==(const SkTSize<T>& a, const SkTSize<T>& b) { argument