HomeSort by relevance Sort by last modified time
    Searched refs:SkFixedATan2 (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkFixed.h 154 SkFixed SkFixedATan2(SkFixed y, SkFixed x);
SkScalar.h 275 #define SkScalarATan2(y, x) SkFixedATan2(y,x)
  /external/skia/src/core/
SkMath.cpp 542 SkFixed SkFixedATan2(SkFixed y, SkFixed x) { return SkCordicATan2(y, x); }

Completed in 59 milliseconds