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 Namespace Reference

Functions

bool parsePathDataFast (const QString &dataStr, QPainterPath &path)
Q_QUICK_EXPORT void pathArc (QPainterPath &path, qreal rx, qreal ry, qreal x_axis_rotation, int large_arc_flag, int sweep_flag, qreal x, qreal y, qreal curx, qreal cury)

Function Documentation

◆ parsePathDataFast()

bool QQuickSvgParser::parsePathDataFast ( const QString & dataStr,
QPainterPath & path )

Definition at line 246 of file qquicksvgparser.cpp.

◆ pathArc()

void QQuickSvgParser::pathArc ( QPainterPath & path,
qreal rx,
qreal ry,
qreal x_axis_rotation,
int large_arc_flag,
int sweep_flag,
qreal x,
qreal y,
qreal curx,
qreal cury )

Definition at line 153 of file qquicksvgparser.cpp.