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

/external/skia/include/utils/
H A DSkRandom.h45 int32_t nextS() { return (int32_t)this->nextU(); } function in class:SkRandom
53 S16CPU nextS16() { return this->nextS() >> 16; }
133 int64_t hi = this->nextS();
166 SkFixed nextSFixed1() { return this->nextS() >> 15; }
/external/skia/src/effects/
H A DSkDiscretePathEffect.cpp68 int32_t nextS() { return (int32_t)this->nextU(); } function in class:LCGRandom
73 SkFixed nextSFixed1() { return this->nextS() >> 15; }
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 168 milliseconds