![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/private/qtguiglobal_p.h>#include <QtGui/qpainterpath.h>#include <QtGui/private/qdatabuffer_p.h>#include <QtGui/private/qvectorpath_p.h>
Include dependency graph for qpathsimplifier_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| QT_BEGIN_NAMESPACE void | qSimplifyPath (const QVectorPath &path, QDataBuffer< QPoint > &vertices, QDataBuffer< quint32 > &indices, const QTransform &matrix=QTransform()) |
| void | qSimplifyPath (const QPainterPath &path, QDataBuffer< QPoint > &vertices, QDataBuffer< quint32 > &indices, const QTransform &matrix=QTransform()) |
| void qSimplifyPath | ( | const QPainterPath & | path, |
| QDataBuffer< QPoint > & | vertices, | ||
| QDataBuffer< quint32 > & | indices, | ||
| const QTransform & | matrix = QTransform() |
||
| ) |
Definition at line 1630 of file qpathsimplifier.cpp.
References qSimplifyPath(), and qtVectorPathForPath().
Here is the call graph for this function:| QT_BEGIN_NAMESPACE void qSimplifyPath | ( | const QVectorPath & | path, |
| QDataBuffer< QPoint > & | vertices, | ||
| QDataBuffer< quint32 > & | indices, | ||
| const QTransform & | matrix = QTransform() |
||
| ) |
Definition at line 1624 of file qpathsimplifier.cpp.
Referenced by makeDistanceField(), and qSimplifyPath().
Here is the caller graph for this function: