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

/external/chromium_org/third_party/skia/include/utils/
H A DSkRandom.h43 float nextF() { function in class:SkLCGRandom
52 return min + this->nextF() * (max - min);
196 float nextF() { function in class:SkRandom
206 return min + this->nextF() * (max - min);
/external/skia/include/utils/
H A DSkRandom.h43 float nextF() { function in class:SkLCGRandom
52 return min + this->nextF() * (max - min);
196 float nextF() { function in class:SkRandom
206 return min + this->nextF() * (max - min);

Completed in 115 milliseconds