Home
last modified time | relevance | path

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

/external/skia/legacy/include/core/
DSkFixed.h153 SkFixed SkFixedATan2(SkFixed y, SkFixed x);
DSkScalar.h274 #define SkScalarATan2(y, x) SkFixedATan2(y,x)
/external/skia/include/core/
DSkFixed.h160 SkFixed SkFixedATan2(SkFixed y, SkFixed x);
DSkScalar.h284 #define SkScalarATan2(y, x) SkFixedATan2(y,x)
/external/skia/legacy/src/core/
DSkMath.cpp535 SkFixed SkFixedATan2(SkFixed y, SkFixed x) { return SkCordicATan2(y, x); } in SkFixedATan2() function
/external/skia/src/core/
DSkMath.cpp534 SkFixed SkFixedATan2(SkFixed y, SkFixed x) { return SkCordicATan2(y, x); } in SkFixedATan2() function