Home
last modified time | relevance | path

Searched refs:nextSFixed1 (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/include/utils/
H A DSkRandom.h109 SkScalar nextSScalar1() { return SkFixedToScalar(this->nextSFixed1()); } in nextSScalar1()
151 SkFixed nextSFixed1() { return this->nextS() >> 15; } in nextSFixed1() function in SkRandom
/third_party/skia/src/effects/
H A DSkDiscretePathEffect.cpp35 SkScalar nextSScalar1() { return SkFixedToScalar(this->nextSFixed1()); } in nextSScalar1()
49 SkFixed nextSFixed1() { return this->nextS() >> 15; } in nextSFixed1() function in LCGRandom

Completed in 2 milliseconds