Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquicksvgparser.cpp File Reference

(958cd3ee1094a068b6d0ff27c73a4b3caff088ad)

#include "qquicksvgparser_p.h"
#include <QtCore/qmath.h>
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qstring.h>
#include <private/qlocale_tools_p.h>
+ Include dependency graph for qquicksvgparser.cpp:

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)
 

Function Documentation

◆ isDigit()

static QT_BEGIN_NAMESPACE bool isDigit ( ushort ch)
inlinestatic

Definition at line 15 of file qquicksvgparser.cpp.

◆ parseNumbersArray()

static void parseNumbersArray ( const QChar *& str,
QVarLengthArray< qreal, 8 > & points )
inlinestatic

Definition at line 98 of file qquicksvgparser.cpp.

◆ pathArcSegment()

static void pathArcSegment ( QPainterPath & path,
qreal xc,
qreal yc,
qreal th0,
qreal th1,
qreal rx,
qreal ry,
qreal xAxisRotation )
static

Definition at line 119 of file qquicksvgparser.cpp.

◆ toDouble()

static qreal toDouble ( const QChar *& str)
static

Definition at line 21 of file qquicksvgparser.cpp.