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

  /external/chromium_org/third_party/skia/include/utils/
SkRandom.h 70 uint32_t nextRangeU(uint32_t min, uint32_t max) {
85 return this->nextRangeU(0, count - 1);
223 uint32_t nextRangeU(uint32_t min, uint32_t max) {
238 return this->nextRangeU(0, count - 1);
  /external/skia/include/utils/
SkRandom.h 70 uint32_t nextRangeU(uint32_t min, uint32_t max) {
85 return this->nextRangeU(0, count - 1);
223 uint32_t nextRangeU(uint32_t min, uint32_t max) {
238 return this->nextRangeU(0, count - 1);

Completed in 588 milliseconds