Home
last modified time | relevance | path

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

/third_party/skia/include/utils/
DSkRandom.h97 SkScalar nextUScalar1() { return SkFixedToScalar(this->nextUFixed1()); } in nextUScalar1()
146 SkFixed nextUFixed1() { return this->nextU() >> 16; } in nextUFixed1() function