Searched refs:SkIsS16 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkRect.h117 return SkIsS16(fLeft) && SkIsS16(fTop) &&
118 SkIsS16(fRight) && SkIsS16(fBottom);
H A DSkTypes.h275 static inline bool SkIsS16(long x) { function
/external/skia/include/core/
H A DSkRect.h117 return SkIsS16(fLeft) && SkIsS16(fTop) &&
118 SkIsS16(fRight) && SkIsS16(fBottom);
H A DSkTypes.h275 static inline bool SkIsS16(long x) { function

Completed in 106 milliseconds