#include <QPainterPath>
Go to the source code of this file.
Functions | |
static bool | isDigit (ushort ch) |
static void | parseNumbersArray (const QChar *&str, QVarLengthArray< qreal, 8 > &points) |
static bool | parsePathDataFast (const QStringRef &dataStr, QPainterPath &path) |
static QTransform | parseTransformationMatrix (const QStringRef &value) |
static 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) |
static void | pathArcSegment (QPainterPath &path, qreal xc, qreal yc, qreal th0, qreal th1, qreal rx, qreal ry, qreal xAxisRotation) |
static qreal | toDouble (const QChar *&str) |
|
inlinestatic |
Definition at line 49 of file octave-qsvghandler.h.
Referenced by parseNumbersArray(), and toDouble().
|
inlinestatic |
Definition at line 132 of file octave-qsvghandler.h.
References isDigit(), and toDouble().
Referenced by parsePathDataFast(), and parseTransformationMatrix().
|
static |
Definition at line 423 of file octave-qsvghandler.h.
References parseNumbersArray(), pathArc(), and x.
Referenced by draw().
|
static |
Definition at line 291 of file octave-qsvghandler.h.
References error(), Matrix, parseNumbersArray(), and state.
Referenced by draw().
|
static |
Definition at line 211 of file octave-qsvghandler.h.
References d, pathArcSegment(), and x.
Referenced by parsePathDataFast().
|
static |
Definition at line 152 of file octave-qsvghandler.h.
Referenced by pathArc().
|
static |
Definition at line 55 of file octave-qsvghandler.h.
References isDigit().
Referenced by draw(), and parseNumbersArray().