![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 1642 of file qpathsimplifier.cpp.
QT_BEGIN_NAMESPACE void qSimplifyPath | ( | const QVectorPath & | path, |
QDataBuffer< QPoint > & | vertices, | ||
QDataBuffer< quint32 > & | indices, | ||
const QTransform & | matrix = QTransform() ) |
Definition at line 1636 of file qpathsimplifier.cpp.