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

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

Completed in 89 milliseconds