OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkCordicATan2
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkCordic.h
26
SkFixed
SkCordicATan2
(SkFixed y, SkFixed x);
SkCordic.cpp
130
SkFixed
SkCordicATan2
(SkFixed y, SkFixed x) {
275
SkFixed f_arctan =
SkCordicATan2
(f_val, f_val2);
SkMath.cpp
542
SkFixed SkFixedATan2(SkFixed y, SkFixed x) { return
SkCordicATan2
(y, x); }
Completed in 461 milliseconds