src/gui/painting/qstroker.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
   823 #endif
   823 #endif
   824 
   824 
   825     return t;
   825     return t;
   826 }
   826 }
   827 
   827 
   828 void qt_find_ellipse_coords(const QRectF &r, qreal angle, qreal length,
   828 Q_GUI_EXPORT void qt_find_ellipse_coords(const QRectF &r, qreal angle, qreal length,
   829                             QPointF* startPoint, QPointF *endPoint);
   829                             QPointF* startPoint, QPointF *endPoint);
   830 
   830 
   831 /*!
   831 /*!
   832     \internal
   832     \internal
   833 
   833