Searched refs:startDegrees (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Path.cpp | 294 SkScalar startDegrees = WebCoreFloatToSkScalar(startAngle * 180 / piFloat); in addEllipse() local 304 m_path.arcTo(oval, startDegrees, s180, false); in addEllipse() 305 m_path.arcTo(oval, startDegrees + s180, s180, false); in addEllipse() 309 m_path.arcTo(oval, startDegrees, -s180, false); in addEllipse() 310 m_path.arcTo(oval, startDegrees - s180, -s180, false); in addEllipse() 314 m_path.arcTo(oval, startDegrees, sweepDegrees, false); in addEllipse()
|