![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 10 of file qtriangulatingstroker.cpp.
Definition at line 492 of file qtriangulatingstroker.cpp.
Definition at line 487 of file qtriangulatingstroker.cpp.
Definition at line 482 of file qtriangulatingstroker.cpp.
Definition at line 39 of file qtriangulatingstroker.cpp.