Searched refs:SkIsS16 (Results 1 – 2 of 2) sorted by relevance
88 return SkIsS16(fLeft) && SkIsS16(fTop) && in is16Bit()89 SkIsS16(fRight) && SkIsS16(fBottom); in is16Bit()
195 static inline bool SkIsS16(long x) { in SkIsS16() function