OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextBool
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkRandom.h
117
bool
nextBool
() { return this->nextU() >= 0x80000000; }
119
/** A biased version of
nextBool
().
270
bool
nextBool
() { return this->nextU() >= 0x80000000; }
272
/** A biased version of
nextBool
().
/external/skia/include/utils/
SkRandom.h
117
bool
nextBool
() { return this->nextU() >= 0x80000000; }
119
/** A biased version of
nextBool
().
270
bool
nextBool
() { return this->nextU() >= 0x80000000; }
272
/** A biased version of
nextBool
().
Completed in 73 milliseconds