Searched refs:sweepDegrees (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.cpp329 SkScalar sweepDegrees = WebCoreFloatToSkScalar(sweep * 180 / piFloat); local
336 if (SkScalarNearlyEqual(sweepDegrees, s360)) {
342 if (SkScalarNearlyEqual(sweepDegrees, -s360)) {
348 m_path.arcTo(oval, startDegrees, sweepDegrees, false);

Completed in 107 milliseconds