HomeSort by relevance Sort by last modified time
    Searched defs:nextS (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrRandom.h 26 int32_t nextS() { return (int32_t)this->nextU(); }
  /external/skia/include/core/
SkRandom.h 33 int32_t nextS() { return (int32_t)this->nextU(); }
41 S16CPU nextS16() { return this->nextS() >> 16; }
68 SkFixed nextSFixed1() { return this->nextS() >> 15; }
84 a->set(this->nextS(), this->nextU());

Completed in 358 milliseconds