OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextSFixed1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkRandom.h
96
SkFixed
nextSFixed1
() { return this->nextS() >> 15; }
113
SkScalar nextSScalar1() { return SkFixedToScalar(this->
nextSFixed1
()); }
249
SkFixed
nextSFixed1
() { return this->nextS() >> 15; }
266
SkScalar nextSScalar1() { return SkFixedToScalar(this->
nextSFixed1
()); }
/external/skia/include/utils/
SkRandom.h
96
SkFixed
nextSFixed1
() { return this->nextS() >> 15; }
113
SkScalar nextSScalar1() { return SkFixedToScalar(this->
nextSFixed1
()); }
249
SkFixed
nextSFixed1
() { return this->nextS() >> 15; }
266
SkScalar nextSScalar1() { return SkFixedToScalar(this->
nextSFixed1
()); }
Completed in 190 milliseconds