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

  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp 217 double endAngle = data.m_end - data.m_center;
220 if (endAngle <= curAngle || startPoint == data.m_end)
221 endAngle += 2 * piDouble;
224 if (endAngle >= curAngle || startPoint == data.m_end)
225 endAngle -= 2 * piDouble;
228 for (curAngle += angleStep; data.m_clockwise ? curAngle < endAngle : curAngle > endAngle; curAngle += angleStep)
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 209 milliseconds