![]() |
Qt 6.x
The Qt SDK
|
#include "qquicksvgparser_p.h"
#include <QtCore/qmath.h>
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qstring.h>
#include <private/qlocale_tools_p.h>
Go to the source code of this file.
Functions | |
static QT_BEGIN_NAMESPACE bool | isDigit (ushort ch) |
static qreal | toDouble (const QChar *&str) |
static void | parseNumbersArray (const QChar *&str, QVarLengthArray< qreal, 8 > &points) |
static void | pathArcSegment (QPainterPath &path, qreal xc, qreal yc, qreal th0, qreal th1, qreal rx, qreal ry, qreal xAxisRotation) |
|
inlinestatic |
Definition at line 15 of file qquicksvgparser.cpp.
Referenced by QSSGShaderKeyUnsigned< TBitWidth >::fromString(), Qt::mightBeRichText(), parseNumbersArray(), QQuickImageBase::resolve2xLocalFile(), and toDouble().
|
inlinestatic |
Definition at line 98 of file qquicksvgparser.cpp.
References QString::append(), isDigit(), str, toDouble(), and QString::unicode().
Referenced by QQuickSvgParser::parsePathDataFast().
|
static |
Definition at line 119 of file qquicksvgparser.cpp.
References qCos(), qDegreesToRadians(), qSin(), rx(), and ry().
Referenced by QQuickSvgParser::pathArc().
Definition at line 21 of file qquicksvgparser.cpp.
References isDigit(), ok, pos, qstrtod(), str, QString::toLatin1(), and QString::unicode().
Referenced by parseNumbersArray().