HomeSort by relevance Sort by last modified time
    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