Home
last modified time | relevance | path

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

/external/skqp/include/utils/
DSkRandom.h109 SkScalar nextSScalar1() { return SkFixedToScalar(this->nextSFixed1()); } in nextSScalar1()
151 SkFixed nextSFixed1() { return this->nextS() >> 15; } in nextSFixed1() function
/external/skia/include/utils/
DSkRandom.h109 SkScalar nextSScalar1() { return SkFixedToScalar(this->nextSFixed1()); } in nextSScalar1()
151 SkFixed nextSFixed1() { return this->nextS() >> 15; } in nextSFixed1() function
/external/skqp/src/effects/
DSkDiscretePathEffect.cpp60 SkScalar nextSScalar1() { return SkFixedToScalar(this->nextSFixed1()); } in nextSScalar1()
74 SkFixed nextSFixed1() { return this->nextS() >> 15; } in nextSFixed1() function in LCGRandom
/external/skia/src/effects/
DSkDiscretePathEffect.cpp60 SkScalar nextSScalar1() { return SkFixedToScalar(this->nextSFixed1()); } in nextSScalar1()
74 SkFixed nextSFixed1() { return this->nextS() >> 15; } in nextSFixed1() function in LCGRandom