HomeSort by relevance Sort by last modified time
    Searched defs:nextBool (Results 1 - 2 of 2) sorted by null

  /external/skia/include/utils/
SkRandom.h 121 bool nextBool() { return this->nextU() >= 0x80000000; }
123 /** A biased version of nextBool().
  /external/skqp/include/utils/
SkRandom.h 121 bool nextBool() { return this->nextU() >= 0x80000000; }
123 /** A biased version of nextBool().

Completed in 109 milliseconds