HomeSort by relevance Sort by last modified time
    Searched refs:SkIsS16 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkRect.h 117 return SkIsS16(fLeft) && SkIsS16(fTop) &&
118 SkIsS16(fRight) && SkIsS16(fBottom);
SkTypes.h 218 static inline bool SkIsS16(long x) {
  /external/skia/include/core/
SkRect.h 117 return SkIsS16(fLeft) && SkIsS16(fTop) &&
118 SkIsS16(fRight) && SkIsS16(fBottom);
SkTypes.h 218 static inline bool SkIsS16(long x) {

Completed in 183 milliseconds