Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.cpp37 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); in addArcPoint()
724 getEllipsePointByAngle(sar, a, b, startX, startY); in addEllipse()
725 getEllipsePointByAngle(ear, a, b, endX, endY); in addEllipse()
DGraphicsContextWinCE.cpp744 void getEllipsePointByAngle(double angle, double a, double b, float& x, float& y) in getEllipsePointByAngle() function
807 getEllipsePointByAngle(deg2rad((double)startAngle), a, b, fstartX, fstartY); in strokeArc()
808 getEllipsePointByAngle(deg2rad((double)startAngle + angleSpan), a, b, fendX, fendY); in strokeArc()