(dd55ea90b380e8be6dbd027bfe458b334372b9b6)
#include "qguisvg_p.h"
#include <cmath>
#include <QtCore/qpoint.h>
#include <QtCore/qregularexpression.h>
#include <QtCore/qvarlengtharray.h>
#include <QtGui/private/qmath_p.h>
Go to the source code of this file.
|
| static void | QT_BEGIN_NAMESPACE::pathArcSegment (QPainterPath &path, qreal xc, qreal yc, qreal th0, qreal th1, qreal rx, qreal ry, qreal xAxisRotation) |
| bool | QGuiSvg::isDigit (ushort ch) |
| qreal | QGuiSvg::toDouble (QStringView *str) |
| qreal | QGuiSvg::toDouble (QStringView str, bool *ok) |
| qreal | QGuiSvg::parseLength (QStringView str, LengthType *type, bool *ok, bool tiny12FeaturesOnly) |
| qreal | QGuiSvg::convertToPixels (qreal len, bool, LengthType type) |
| std::optional< qreal > | QGuiSvg::parseAngle (QStringView str, bool tiny12FeaturesOnly) |
| void | QGuiSvg::parseNumbersArray (QStringView *str, QVarLengthArray< qreal, 8 > &points, const char *pattern) |
| std::optional< QPainterPath > | QGuiSvg::parsePath (QStringView dataStr, bool limitLength) |
| void | QGuiSvg::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) |
| static const QRegularExpression & | QGuiSvg::reNoSpace (bool tiny12FeaturesOnly) |
| QStringView | QGuiSvg::trimmed (QStringView sv, bool tiny12FeaturesOnly) |