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 153 SkFixed SkFixedATan2(SkFixed y, SkFixed x);
SkScalar.h 274 #define SkScalarATan2(y, x) SkFixedATan2(y,x)
  /external/skia/src/core/
SkMath.cpp 535 SkFixed SkFixedATan2(SkFixed y, SkFixed x) { return SkCordicATan2(y, x); }

Completed in 135 milliseconds