Home
last modified time | relevance | path

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

/external/skia/include/utils/
DSkRandom.h82 uint32_t nextRangeU(uint32_t min, uint32_t max) { in nextRangeU() function
/external/skia/fuzz/
Dfuzz.cpp402 uint32_t Fuzz::nextRangeU(uint32_t min, uint32_t max) { in nextRangeU() function in Fuzz