Home
last modified time | relevance | path

Searched defs:nextS (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/effects/
DSkDiscretePathEffect.cpp68 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() function in LCGRandom
/external/skia/include/utils/
DSkRandom.h45 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() function