src/gui/painting/qstroker.cpp
branchRCL_3
changeset 14 c0432d11811c
parent 4 3b1da2848fc7
child 30 5dc02b23752f
equal deleted inserted replaced
13:cc75c76972ee 14:c0432d11811c
   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