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

(2831714161272d808dfbbc0197939fd2c234ba8c)

#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 bool hasSvgHeader (const QByteArray &buf)
static QByteArray qt_inflateSvgzDataFrom (QIODevice *device, bool doCheckContent=true)
static bool isValidMatrix (const QTransform &transform)

Function Documentation

◆ hasSvgHeader()

bool hasSvgHeader ( const QByteArray & buf)
static

Definition at line 50 of file qsvgtinydocument.cpp.

◆ isValidMatrix()

bool isValidMatrix ( const QTransform & transform)
static

Definition at line 423 of file qsvgtinydocument.cpp.

◆ qt_inflateSvgzDataFrom()

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

Definition at line 72 of file qsvgtinydocument.cpp.