![]() |
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>
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().
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().