Searched refs:SkTSize (Results 1 – 3 of 3) sorted by relevance
13 template <typename T> struct SkTSize { struct17 static SkTSize Make(T w, T h) { in Make() argument18 SkTSize s; in Make()64 static inline bool operator==(const SkTSize<T>& a, const SkTSize<T>& b) { argument69 static inline bool operator!=(const SkTSize<T>& a, const SkTSize<T>& b) {75 typedef SkTSize<int32_t> SkISize;77 struct SkSize : public SkTSize<SkScalar> {
81 const SkTSize<SkScalar> size[] = { in onDraw()
3957 SkTSize<SkScalar>::Make(3,4); in DEF_TEST()