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

  /external/skia/legacy/include/core/
SkRandom.h 41 S16CPU nextS16() { return this->nextS() >> 16; }
  /external/skia/include/utils/
SkRandom.h 41 S16CPU nextS16() { return this->nextS() >> 16; }
193 S16CPU nextS16() { return this->nextS() >> 16; }
  /external/skia/tests/
MathTest.cpp 446 int value = rand.nextS16();

Completed in 32 milliseconds