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

  /external/skia/include/core/
SkScalar.h 152 #define SK_ScalarPI 3.14159265f
156 #define SkDegreesToRadians(degrees) ((degrees) * (SK_ScalarPI / 180))
215 #define SK_ScalarPI SK_FixedPI
  /external/skia/src/core/
SkGeometry.cpp 872 r = neg2RootQ * sk_float_cos((theta + 2*SK_ScalarPI)/3) - adiv3;
876 r = neg2RootQ * sk_float_cos((theta - 2*SK_ScalarPI)/3) - adiv3;
    [all...]

Completed in 482 milliseconds