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
qsvggraphics.cpp File Reference

(2b3f18092316e49bb0f122375fbeca935219166f)

#include "qsvggraphics_p.h"
#include "qsvgstructure_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>
Include dependency graph for qsvggraphics.cpp:

Go to the source code of this file.

Macros

#define QT_SVG_MAX_LAYOUT_SIZE   (qint64(QFIXED_MAX / 2))

Macro Definition Documentation

◆ QT_SVG_MAX_LAYOUT_SIZE

#define QT_SVG_MAX_LAYOUT_SIZE   (qint64(QFIXED_MAX / 2))

Definition at line 28 of file qsvggraphics.cpp.