Home
last modified time | relevance | path

Searched defs:SkTSize (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/core/
DSkSize.h6 template <typename T> struct SkTSize { struct
7 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