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

  /external/chromium_org/third_party/skia/include/utils/
SkRandom.h 30 int32_t nextS() { return (int32_t)this->nextU(); }
38 S16CPU nextS16() { return this->nextS() >> 16; }
93 SkFixed nextSFixed1() { return this->nextS() >> 15; }
127 int64_t hi = this->nextS();
183 int32_t nextS() { return (int32_t)this->nextU(); }
191 S16CPU nextS16() { return this->nextS() >> 16; }
247 SkFixed nextSFixed1() { return this->nextS() >> 15; }
281 int64_t hi = this->nextS();
  /external/skia/include/utils/
SkRandom.h 30 int32_t nextS() { return (int32_t)this->nextU(); }
38 S16CPU nextS16() { return this->nextS() >> 16; }
93 SkFixed nextSFixed1() { return this->nextS() >> 15; }
127 int64_t hi = this->nextS();
183 int32_t nextS() { return (int32_t)this->nextU(); }
191 S16CPU nextS16() { return this->nextS() >> 16; }
247 SkFixed nextSFixed1() { return this->nextS() >> 15; }
281 int64_t hi = this->nextS();

Completed in 156 milliseconds