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/skia/src/effects/
SkDiscretePathEffect.cpp
48
SkScalar nextSScalar1() { return SkFixedToScalar(this->
nextSFixed1
()); }
62
SkFixed
nextSFixed1
() { return this->nextS() >> 15; }
/external/skia/include/utils/
SkRandom.h
108
SkFixed
nextSFixed1
() { return this->nextS() >> 15; }
125
SkScalar nextSScalar1() { return SkFixedToScalar(this->
nextSFixed1
()); }
Completed in 673 milliseconds