![]() |
Qt 6.x
The Qt SDK
|
#include "qsvggraphics_p.h"
#include "qsvgfont_p.h"
#include <qabstracttextdocumentlayout.h>
#include <qdebug.h>
#include <qloggingcategory.h>
#include <qpainter.h>
#include <qscopedvaluerollback.h>
#include <qtextcursor.h>
#include <qtextdocument.h>
#include <private/qfixed_p.h>
#include <QElapsedTimer>
#include <QLoggingCategory>
#include <math.h>
#include <limits.h>
Go to the source code of this file.
Macros | |
#define | QT_SVG_TIMING_ENTER QElapsedTimer qtSvgTimer; qtSvgTimer.start(); |
#define | QT_SVG_TIMING_EXIT(TYPE) |
#define | QT_SVG_DRAW_SHAPE(command) |
#define | QT_SVG_MAX_LAYOUT_SIZE (qint64(QFIXED_MAX / 2)) |
Functions | |
static QRectF | boundsOnStroke (QPainter *p, const QPainterPath &path, qreal width) |
#define QT_SVG_DRAW_SHAPE | ( | command | ) |
Definition at line 35 of file qsvggraphics.cpp.
#define QT_SVG_MAX_LAYOUT_SIZE (qint64(QFIXED_MAX / 2)) |
Definition at line 52 of file qsvggraphics.cpp.
#define QT_SVG_TIMING_ENTER QElapsedTimer qtSvgTimer; qtSvgTimer.start(); |
Definition at line 28 of file qsvggraphics.cpp.
#define QT_SVG_TIMING_EXIT | ( | TYPE | ) |
Definition at line 31 of file qsvggraphics.cpp.
|
inlinestatic |
Definition at line 60 of file qsvggraphics.cpp.
References QPainterPath::boundingRect(), QPainterPathStroker::createStroke(), and QPainterPathStroker::setWidth().
Referenced by QSvgArc::bounds(), QSvgEllipse::bounds(), QSvgLine::bounds(), QSvgPath::bounds(), QSvgPolygon::bounds(), QSvgPolyline::bounds(), and QSvgRect::bounds().