Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkDiscretePathEffect.cpp57 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() function in LCGRandom
/external/skia/include/utils/
DSkRandom.h44 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() function
/external/opencv3/modules/imgproc/src/
Dimgwarp.cpp2366 const T* nextS = (const T*)((const uchar*)S + step); in operator ()() local