Home
last modified time | relevance | path

Searched defs:nextBool (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/fuzz/
DFuzz.h80 bool nextBool() { in nextBool() function
/third_party/skia/include/utils/
DSkRandom.h113 bool nextBool() { return this->nextU() >= 0x80000000; } in nextBool() function