Searched defs:nextRangeU (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkRandom.h67 uint32_t nextRangeU(uint32_t min, uint32_t max) { function in class:SkLCGRandom
82 return this->nextRangeU(0, count - 1);
221 uint32_t nextRangeU(uint32_t min, uint32_t max) { function in class:SkRandom
236 return this->nextRangeU(0, count - 1);
/external/skia/include/utils/
H A DSkRandom.h67 uint32_t nextRangeU(uint32_t min, uint32_t max) { function in class:SkLCGRandom
82 return this->nextRangeU(0, count - 1);
221 uint32_t nextRangeU(uint32_t min, uint32_t max) { function in class:SkRandom
236 return this->nextRangeU(0, count - 1);

Completed in 96 milliseconds