OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anglestep
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp
218
double
angleStep
= 2. / std::max(data.m_radius.m_x, data.m_radius.m_y);
223
angleStep
= -
angleStep
;
228
for (curAngle +=
angleStep
; data.m_clockwise ? curAngle < endAngle : curAngle > endAngle; curAngle +=
angleStep
)
Completed in 34 milliseconds