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