OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextUFixed1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkRandom.h
88
SkFixed
nextUFixed1
() { return this->nextU() >> 16; }
98
SkScalar nextUScalar1() { return SkFixedToScalar(this->
nextUFixed1
()); }
242
SkFixed
nextUFixed1
() { return this->nextU() >> 16; }
252
SkScalar nextUScalar1() { return SkFixedToScalar(this->
nextUFixed1
()); }
/external/skia/include/utils/
SkRandom.h
88
SkFixed
nextUFixed1
() { return this->nextU() >> 16; }
98
SkScalar nextUScalar1() { return SkFixedToScalar(this->
nextUFixed1
()); }
242
SkFixed
nextUFixed1
() { return this->nextU() >> 16; }
252
SkScalar nextUScalar1() { return SkFixedToScalar(this->
nextUFixed1
()); }
Completed in 29 milliseconds