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/skia/gpu/include/
GrRandom.h
33
int32_t
nextS
() { return (int32_t)this->nextU(); }
/external/skia/include/core/
SkRandom.h
40
int32_t
nextS
() { return (int32_t)this->nextU(); }
48
S16CPU nextS16() { return this->
nextS
() >> 16; }
75
SkFixed nextSFixed1() { return this->
nextS
() >> 15; }
91
a->set(this->
nextS
(), this->nextU());
Completed in 54 milliseconds