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

  /external/skia/include/core/
SkRect.h 119 return SkIsS16(fLeft) && SkIsS16(fTop) &&
120 SkIsS16(fRight) && SkIsS16(fBottom);
SkTypes.h 241 static inline bool SkIsS16(long x) {

Completed in 44 milliseconds