(9ead7460ef95321c837b161b8f7951546711d03e)
#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.
|
| static QT_BEGIN_NAMESPACE bool | isDigit (ushort ch) |
| static qreal | toDouble (const QChar *&str, const QChar *end) |
| static void | parseNumbersArray (const QChar *&str, const QChar *end, QVarLengthArray< qreal, 8 > &points) |
| static void | pathArcSegment (QPainterPath &path, qreal xc, qreal yc, qreal th0, qreal th1, qreal rx, qreal ry, qreal xAxisRotation) |
◆ isDigit()
◆ parseNumbersArray()
◆ pathArcSegment()
◆ toDouble()