Searched defs:nextS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkRandom.h30 int32_t nextS() { return (int32_t)this->nextU(); } function in class:SkLCGRandom
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(); } function in class:SkRandom
191 S16CPU nextS16() { return this->nextS() >> 16; }
247 SkFixed nextSFixed1() { return this->nextS() >> 15; }
281 int64_t hi = this->nextS();
/external/skia/include/utils/
H A DSkRandom.h30 int32_t nextS() { return (int32_t)this->nextU(); } function in class:SkLCGRandom
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(); } function in class:SkRandom
191 S16CPU nextS16() { return this->nextS() >> 16; }
247 SkFixed nextSFixed1() { return this->nextS() >> 15; }
281 int64_t hi = this->nextS();

Completed in 281 milliseconds