HomeSort by relevance Sort by last modified time
    Searched refs:nextU16 (Results 1 - 3 of 3) sorted by null

  /external/skia/legacy/include/core/
SkRandom.h 37 U16CPU nextU16() { return this->nextU() >> 16; }
  /external/skia/include/utils/
SkRandom.h 37 U16CPU nextU16() { return this->nextU() >> 16; }
189 U16CPU nextU16() { return this->nextU() >> 16; }
  /external/skia/tests/
MathTest.cpp 447 int max = rand.nextU16();

Completed in 207 milliseconds