Home
last modified time | relevance | path

Searched refs:SkIsS16 (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkRect.h119 return SkIsS16(fLeft) && SkIsS16(fTop) && in is16Bit()
120 SkIsS16(fRight) && SkIsS16(fBottom); in is16Bit()
DSkTypes.h297 static inline bool SkIsS16(long x) { in SkIsS16() function