Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qsvgtinydocument.cpp File Reference
#include "qsvgtinydocument_p.h"
#include "qsvghandler_p.h"
#include "qsvgfont_p.h"
#include "qpainter.h"
#include "qfile.h"
#include "qbuffer.h"
#include "qbytearray.h"
#include "qqueue.h"
#include "qstack.h"
#include "qtransform.h"
#include "qdebug.h"
#include <zlib.h>
+ Include dependency graph for qsvgtinydocument.cpp:

Go to the source code of this file.

Functions

static QByteArray qt_inflateSvgzDataFrom (QIODevice *device, bool doCheckContent=true)
 
static bool isValidMatrix (const QTransform &transform)
 

Function Documentation

◆ isValidMatrix()

static bool isValidMatrix ( const QTransform transform)
static

Definition at line 400 of file qsvgtinydocument.cpp.

References qIsFinite().

+ Here is the call graph for this function:

◆ qt_inflateSvgzDataFrom()

static QByteArray qt_inflateSvgzDataFrom ( QIODevice device,
bool  doCheckContent = true 
)
static

Definition at line 48 of file qsvgtinydocument.cpp.

References CHUNK_SIZE, destination, device, inflate(), Q_ASSERT, qCWarning, and QIODeviceBase::ReadOnly.

Referenced by QSvgTinyDocument::load(), and QSvgTinyDocument::load().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: