OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkRandom.h
33
int32_t
nextS
() { return (int32_t)this->nextU(); }
41
S16CPU nextS16() { return this->
nextS
() >> 16; }
96
SkFixed nextSFixed1() { return this->
nextS
() >> 15; }
130
a->set(this->
nextS
(), this->nextU());
185
int32_t
nextS
() { return (int32_t)this->nextU(); }
193
S16CPU nextS16() { return this->
nextS
() >> 16; }
249
SkFixed nextSFixed1() { return this->
nextS
() >> 15; }
283
a->set(this->
nextS
(), this->nextU());
/external/skia/include/utils/
SkRandom.h
33
int32_t
nextS
() { return (int32_t)this->nextU(); }
41
S16CPU nextS16() { return this->
nextS
() >> 16; }
96
SkFixed nextSFixed1() { return this->
nextS
() >> 15; }
130
a->set(this->
nextS
(), this->nextU());
185
int32_t
nextS
() { return (int32_t)this->nextU(); }
193
S16CPU nextS16() { return this->
nextS
() >> 16; }
249
SkFixed nextSFixed1() { return this->
nextS
() >> 15; }
283
a->set(this->
nextS
(), this->nextU());
Completed in 33 milliseconds