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

  /external/skia/include/private/
SkFloatingPoint.h 51 #define sk_float_atan2(y,x) atan2f(y,x) macro
  /external/skia/include/core/
SkScalar.h 49 #define SkScalarATan2(y, x) (float)sk_float_atan2(y,x)

Completed in 201 milliseconds