HomeSort by relevance Sort by last modified time
    Searched defs:SkTSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkSize.h 13 template <typename T> struct SkTSize {
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/
SkSize.h 13 template <typename T> struct SkTSize {
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 301 milliseconds