OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startdegrees
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.cpp
294
SkScalar
startDegrees
= WebCoreFloatToSkScalar(startAngle * 180 / piFloat);
304
m_path.arcTo(oval,
startDegrees
, s180, false);
305
m_path.arcTo(oval,
startDegrees
+ s180, s180, false);
309
m_path.arcTo(oval,
startDegrees
, -s180, false);
310
m_path.arcTo(oval,
startDegrees
- s180, -s180, false);
314
m_path.arcTo(oval,
startDegrees
, sweepDegrees, false);
Completed in 43 milliseconds