Searched defs:nextRangeU (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/include/utils/ | ||
H A D | SkRandom.h | 70 uint32_t nextRangeU(uint32_t min, uint32_t max) { function in class:SkLCGRandom 85 return this->nextRangeU(0, count - 1); 223 uint32_t nextRangeU(uint32_t min, uint32_t max) { function in class:SkRandom 238 return this->nextRangeU(0, count - 1); |
/external/skia/include/utils/ | ||
H A D | SkRandom.h | 70 uint32_t nextRangeU(uint32_t min, uint32_t max) { function in class:SkLCGRandom 85 return this->nextRangeU(0, count - 1); 223 uint32_t nextRangeU(uint32_t min, uint32_t max) { function in class:SkRandom 238 return this->nextRangeU(0, count - 1); |
Completed in 137 milliseconds