Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkSize.h13 template <typename T> struct SkTSize { struct
17 static SkTSize Make(T w, T h) { in Make() argument
24 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