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

  /external/skia/include/core/
SkFloatingPoint.h 40 #define sk_float_atan2(y,x) (float)::atan2(y,x) macro
61 #define sk_float_atan2(y,x) atan2f(y,x) macro
SkScalar.h 200 #define SkScalarATan2(y, x) (float)sk_float_atan2(y,x)
  /external/skia/src/effects/
SkGradientShader.cpp     [all...]

Completed in 750 milliseconds