Searched refs:sk_float_atan2 (Results 1 – 4 of 4) sorted by relevance
52 #define sk_float_atan2(y,x) atan2f(y,x) macro
49 #define SkScalarATan2(y, x) (float)sk_float_atan2(y,x)
59 #define sk_float_atan2(y,x) atan2f(y,x) macro