OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_float_atan2
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/core/
SkFloatingPoint.h
47
#define
sk_float_atan2
(y,x) (float)::atan2(y,x)
macro
68
#define
sk_float_atan2
(y,x) atan2f(y,x)
macro
SkScalar.h
207
#define SkScalarATan2(y, x) (float)
sk_float_atan2
(y,x)
Completed in 17 milliseconds