Home
last modified time | relevance | path

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

/external/skqp/include/utils/
DSkRandom.h121 bool nextBool() { return this->nextU() >= 0x80000000; } in nextBool() function
/external/skia/include/utils/
DSkRandom.h121 bool nextBool() { return this->nextU() >= 0x80000000; } in nextBool() function