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 83 return SkIsS16(fLeft) && SkIsS16(fTop) &&
84 SkIsS16(fRight) && SkIsS16(fBottom);
SkTypes.h 186 static inline bool SkIsS16(long x) {

Completed in 18 milliseconds