![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Macros | |
#define | CURVE_FLATNESS Q_PI / 8 |
Functions | |
static void | skipDuplicatePoints (const qreal **pts, const qreal *endPts) |
static void | qdashprocessor_moveTo (qreal x, qreal y, void *data) |
static void | qdashprocessor_lineTo (qreal x, qreal y, void *data) |
static void | qdashprocessor_cubicTo (qreal, qreal, qreal, qreal, qreal, qreal, void *) |
#define CURVE_FLATNESS Q_PI / 8 |
Definition at line 9 of file qtriangulatingstroker.cpp.
|
static |
Definition at line 491 of file qtriangulatingstroker.cpp.
References Q_ASSERT.
Referenced by QDashedStrokeProcessor::QDashedStrokeProcessor().
Definition at line 486 of file qtriangulatingstroker.cpp.
References QPainterPath::LineToElement.
Referenced by QDashedStrokeProcessor::QDashedStrokeProcessor().
Definition at line 481 of file qtriangulatingstroker.cpp.
References QPainterPath::MoveToElement.
Referenced by QDashedStrokeProcessor::QDashedStrokeProcessor().
Definition at line 38 of file qtriangulatingstroker.cpp.
Referenced by QTriangulatingStroker::process().