QtBase  v6.3.1
Classes | Functions
qstroker.cpp File Reference
#include "private/qstroker_p.h"
#include "private/qbezier_p.h"
#include "qline.h"
#include "qtransform.h"
#include <qmath.h>
Include dependency graph for qstroker.cpp:

Go to the source code of this file.

Classes

class  QSubpathForwardIterator
 
class  QSubpathBackwardIterator
 
class  QSubpathFlatIterator
 

Functions

template<class Iterator >
bool qt_stroke_side (Iterator *it, QStroker *stroker, bool capFirst, QLineF *startTangent)
 
qreal qt_t_for_arc_angle (qreal angle)
 
Q_GUI_EXPORT void qt_find_ellipse_coords (const QRectF &r, qreal angle, qreal length, QPointF *startPoint, QPointF *endPoint)
 
QPointF qt_curves_for_arc (const QRectF &rect, qreal startAngle, qreal sweepLength, QPointF *curves, int *point_count)
 

Function Documentation

◆ qt_curves_for_arc()

QPointF qt_curves_for_arc ( const QRectF rect,
qreal  startAngle,
qreal  sweepLength,
QPointF curves,
int *  point_count 
)

Definition at line 852 of file qstroker.cpp.

Here is the caller graph for this function:

◆ qt_find_ellipse_coords()

Q_GUI_EXPORT void qt_find_ellipse_coords ( const QRectF r,
qreal  angle,
qreal  length,
QPointF startPoint,
QPointF endPoint 
)

Definition at line 101 of file qpainterpath.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qt_stroke_side()

template<class Iterator >
bool qt_stroke_side ( Iterator *  it,
QStroker stroker,
bool  capFirst,
QLineF startTangent 
)

Definition at line 632 of file qstroker.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qt_t_for_arc_angle()

qreal qt_t_for_arc_angle ( qreal  angle)

Definition at line 792 of file qstroker.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: