HomeSort by relevance Sort by last modified time
    Searched full:m_clockwise (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.h 86 bool m_clockwise; member in struct:WebCore::PlatformPathElement::ArcTo
PlatformPathWinCE.cpp 219 if (data.m_clockwise) {
228 for (curAngle += angleStep; data.m_clockwise ? curAngle < endAngle : curAngle > endAngle; curAngle += angleStep)
421 if (!data.m_clockwise)

Completed in 240 milliseconds