Searched refs:SkFixedATan2 (Results 1 – 3 of 3) sorted by relevance
154 SkFixed SkFixedATan2(SkFixed y, SkFixed x);
275 #define SkScalarATan2(y, x) SkFixedATan2(y,x)
542 SkFixed SkFixedATan2(SkFixed y, SkFixed x) { return SkCordicATan2(y, x); } in SkFixedATan2() function