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

  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 140 SkScalar startDegrees = WebCoreFloatToSkScalar(sa * 180 / piFloat);
145 m_path->arcTo(oval, startDegrees, 0, false);
150 m_path->arcTo(oval, startDegrees + sweepDegrees, 0, true);
162 m_path->arcTo(oval, startDegrees, sweepDegrees, false);
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 204 SkScalar startDegrees = SkFloatToScalar(sa * g180OverPI);
208 m_path->arcTo(oval, startDegrees, sweepDegrees, false);

Completed in 529 milliseconds