#include "private/qdeclarativepath_p.h"
#include "private/qdeclarativepath_p_p.h"
#include <QSet>
#include <QTime>
#include <private/qbezier_p.h>
#include <QtCore/qmath.h>
#include <QtCore/qnumeric.h>
Go to the source code of this file.
◆ nextBezier()
Definition at line 346 of file qdeclarativepath.cpp.
Referenced by QDeclarativePath::createPointCache().
349 for (
int i=*from; i <= lastElement; ++i) {
358 *bezLength = line.
length();
ElementType type
the type of element
The QPainterPath::Element class specifies the position and type of a subpath.
qreal length() const
Returns the length of the line.
The QPointF class defines a point in the plane using floating point precision.
long ASN1_INTEGER_get ASN1_INTEGER * a
qreal length(qreal error=0.01) const
const QPainterPath::Element & elementAt(int i) const
Returns the element at the given index in the painter path.
The QLineF class provides a two-dimensional vector using floating point precision.
static QBezier fromPoints(const QPointF &p1, const QPointF &p2, const QPointF &p3, const QPointF &p4)
int elementCount() const
Returns the number of path elements in the painter path.