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

  /external/skia/include/utils/
SkRandom.h 76 uint32_t nextRangeU(uint32_t min, uint32_t max) {
91 return this->nextRangeU(0, count - 1);
  /external/skqp/include/utils/
SkRandom.h 76 uint32_t nextRangeU(uint32_t min, uint32_t max) {
91 return this->nextRangeU(0, count - 1);

Completed in 109 milliseconds