Home
last modified time | relevance | path

Searched refs:sk_float_atan2 (Results 1 – 4 of 4) sorted by relevance

/external/skqp/include/private/
DSkFloatingPoint.h52 #define sk_float_atan2(y,x) atan2f(y,x) macro
/external/skia/include/core/
DSkScalar.h49 #define SkScalarATan2(y, x) (float)sk_float_atan2(y,x)
/external/skqp/include/core/
DSkScalar.h49 #define SkScalarATan2(y, x) (float)sk_float_atan2(y,x)
/external/skia/include/private/
DSkFloatingPoint.h59 #define sk_float_atan2(y,x) atan2f(y,x) macro