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

/external/chromium_org/third_party/skia/include/utils/
H A DSkRandom.h88 SkFixed nextUFixed1() { return this->nextU() >> 16; } function in class:SkLCGRandom
98 SkScalar nextUScalar1() { return SkFixedToScalar(this->nextUFixed1()); }
242 SkFixed nextUFixed1() { return this->nextU() >> 16; } function in class:SkRandom
252 SkScalar nextUScalar1() { return SkFixedToScalar(this->nextUFixed1()); }
/external/skia/include/utils/
H A DSkRandom.h88 SkFixed nextUFixed1() { return this->nextU() >> 16; } function in class:SkLCGRandom
98 SkScalar nextUScalar1() { return SkFixedToScalar(this->nextUFixed1()); }
242 SkFixed nextUFixed1() { return this->nextU() >> 16; } function in class:SkRandom
252 SkScalar nextUScalar1() { return SkFixedToScalar(this->nextUFixed1()); }

Completed in 326 milliseconds