Home
last modified time | relevance | path

Searched refs:nextSFixed1 (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/utils/
DSkRandom.h108 SkFixed nextSFixed1() { return this->nextS() >> 15; } in nextSFixed1() function
125 SkScalar nextSScalar1() { return SkFixedToScalar(this->nextSFixed1()); } in nextSScalar1()
/external/skia/src/effects/
DSkDiscretePathEffect.cpp47 SkScalar nextSScalar1() { return SkFixedToScalar(this->nextSFixed1()); } in nextSScalar1()
61 SkFixed nextSFixed1() { return this->nextS() >> 15; } in nextSFixed1() function in LCGRandom
/external/skia/bench/
DGrMemoryPoolBench.cpp63 SkFixed del = r.nextSFixed1(); in onDraw()