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

  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 230 inline double turn2deg(double t) { return t * 360.0; } function
239 inline float turn2deg(float t) { return t * 360.0f; } function
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 485 return turn2deg(getDoubleValue());
    [all...]

Completed in 56 milliseconds