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

  /external/chromium_org/third_party/skia/include/core/
SkRect.h 117 return SkIsS16(fLeft) && SkIsS16(fTop) &&
118 SkIsS16(fRight) && SkIsS16(fBottom);
SkTypes.h 275 static inline bool SkIsS16(long x) {

Completed in 249 milliseconds