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

/external/chromium_org/third_party/skia/include/utils/
H A DSkRandom.h46 float nextF() { function in class:SkRandom
55 return min + this->nextF() * (max - min);
198 float nextF() { function in class:SkMWCRandom
208 return min + this->nextF() * (max - min);
/external/skia/include/utils/
H A DSkRandom.h46 float nextF() { function in class:SkRandom
55 return min + this->nextF() * (max - min);
198 float nextF() { function in class:SkMWCRandom
208 return min + this->nextF() * (max - min);

Completed in 106 milliseconds