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

/external/chromium_org/third_party/skia/include/core/
H A DSkSize.h13 template <typename T> struct SkTSize { struct
17 static SkTSize Make(T w, T h) {
18 SkTSize s;
64 static inline bool operator==(const SkTSize<T>& a, const SkTSize<T>& b) {
69 static inline bool operator!=(const SkTSize<T>& a, const SkTSize<T>& b) {
75 typedef SkTSize<int32_t> SkISize;
77 struct SkSize : public SkTSize<SkScalar> {
/external/skia/include/core/
H A DSkSize.h13 template <typename T> struct SkTSize { struct
17 static SkTSize Make(T w, T h) {
18 SkTSize s;
64 static inline bool operator==(const SkTSize<T>& a, const SkTSize<T>& b) {
69 static inline bool operator!=(const SkTSize<T>& a, const SkTSize<T>& b) {
75 typedef SkTSize<int32_t> SkISize;
77 struct SkSize : public SkTSize<SkScalar> {

Completed in 105 milliseconds