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

  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 37 void getEllipsePointByAngle(double angle, double a, double b, float& x, float& y);
207 getEllipsePointByAngle(angle, radius.m_x, radius.m_y, p.m_x, p.m_y);
724 getEllipsePointByAngle(sar, a, b, startX, startY);
725 getEllipsePointByAngle(ear, a, b, endX, endY);
GraphicsContextWinCE.cpp 744 void getEllipsePointByAngle(double angle, double a, double b, float& x, float& y)
807 getEllipsePointByAngle(deg2rad((double)startAngle), a, b, fstartX, fstartY);
808 getEllipsePointByAngle(deg2rad((double)startAngle + angleSpan), a, b, fendX, fendY);
    [all...]

Completed in 51 milliseconds