Searched defs:SkScalarATan2 (Results 1 – 1 of 1) sorted by relevance
58 #define SkScalarATan2(y, x) (float)sk_float_atan2(y,x) macro101 #define SkScalarATan2(y, x) atan2(y,x) macro