Searched refs:nextU16 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkRandom.h37 U16CPU nextU16() { return this->nextU() >> 16; } function in class:SkRandom
189 U16CPU nextU16() { return this->nextU() >> 16; } function in class:SkMWCRandom
/external/skia/include/utils/
H A DSkRandom.h37 U16CPU nextU16() { return this->nextU() >> 16; } function in class:SkRandom
189 U16CPU nextU16() { return this->nextU() >> 16; } function in class:SkMWCRandom
/external/skia/tests/
H A DMathTest.cpp493 int max = rand.nextU16();

Completed in 74 milliseconds