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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.cpp334 // Use s180, not s360, because SkPath::arcTo(oval, angle, s360, false) draws nothing.
335 SkScalar s180 = SkIntToScalar(180); local
338 m_path.arcTo(oval, startDegrees, s180, false);
339 m_path.arcTo(oval, startDegrees + s180, s180, false);
343 m_path.arcTo(oval, startDegrees, -s180, false);
344 m_path.arcTo(oval, startDegrees - s180, -s180, false);

Completed in 453 milliseconds