Home
last modified time | relevance | path

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

/external/skia/gpu/include/
DGrRandom.h33 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() function
/external/skia/include/core/
DSkRandom.h40 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() function