Home
last modified time | relevance | path

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

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