OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s180
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.cpp
300
// Use
s180
, not s360, because SkPath::arcTo(oval, angle, s360, false) draws nothing.
301
SkScalar
s180
= SkIntToScalar(180);
local
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);
Completed in 64 milliseconds