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 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h
62
#define
sk_float_atan2
(y,x) (float)::atan2(y,x)
macro
83
#define
sk_float_atan2
(y,x) atan2f(y,x)
macro
SkScalar.h
170
#define SkScalarATan2(y, x) (float)
sk_float_atan2
(y,x)
/external/chromium_org/third_party/skia/src/effects/gradients/
SkSweepGradient.cpp
83
float result =
sk_float_atan2
(y, x);
Completed in 37 milliseconds