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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngle.cpp 118 return turn2deg(m_valueInSpecifiedUnits);
286 m_valueInSpecifiedUnits = turn2deg(m_valueInSpecifiedUnits);
289 m_valueInSpecifiedUnits = deg2rad(turn2deg(m_valueInSpecifiedUnits));
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 207 inline double turn2deg(double t) { return t * 360.0; } function
218 inline float turn2deg(float t) { return t * 360.0f; } function
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 557 return turn2deg(getDoubleValue());
    [all...]

Completed in 274 milliseconds