Home
last modified time | relevance | path

Searched refs:SkFixedATan2 (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkFixed.h154 SkFixed SkFixedATan2(SkFixed y, SkFixed x);
DSkScalar.h275 #define SkScalarATan2(y, x) SkFixedATan2(y,x)
/external/skia/src/core/
DSkMath.cpp542 SkFixed SkFixedATan2(SkFixed y, SkFixed x) { return SkCordicATan2(y, x); } in SkFixedATan2() function