Home
last modified time | relevance | path

Searched refs:m_clockwise (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.cpp219 if (data.m_clockwise) { in addArcPoints()
228 …for (curAngle += angleStep; data.m_clockwise ? curAngle < endAngle : curAngle > endAngle; curAngle… in addArcPoints()
422 if (!data.m_clockwise) in inflateRectToContainMe()
772 , i->arcTo().m_clockwise? 'Y' : 'N'); in debugString()
DPlatformPathWince.h81 bool m_clockwise; member