(36983632f8ec4a700586f279d3b1c1c8779f3e47)
#include "qpdf_p.h"
#include "qplatformdefs.h"
#include <private/qcmyk_p.h>
#include <private/qfont_p.h>
#include <private/qmath_p.h>
#include <private/qpainter_p.h>
#include <qbuffer.h>
#include <qcryptographichash.h>
#include <qdatetime.h>
#include <qdebug.h>
#include <qfile.h>
#include <qimagewriter.h>
#include <qnumeric.h>
#include <qtemporaryfile.h>
#include <qtimezone.h>
#include <quuid.h>
#include <qxmlstream.h>
#include <cstdio>
#include <map>
#include <zlib.h>
Go to the source code of this file.
|
static void | initResources () |
constexpr QPaintEngine::PaintEngineFeatures | qt_pdf_decide_features () |
bool | qt_isExtendedRadialGradient (const QBrush &brush) |
static void | removeTransparencyFromBrush (QBrush &brush) |
const char * | qt_real_to_string (qreal val, char *buf) |
const char * | qt_int_to_string (int val, char *buf) |
static void | moveToHook (qfixed x, qfixed y, void *data) |
static void | lineToHook (qfixed x, qfixed y, void *data) |
static void | cubicToHook (qfixed c1x, qfixed c1y, qfixed c2x, qfixed c2y, qfixed ex, qfixed ey, void *data) |
| Q_DECLARE_TYPEINFO (QGradientBound, Q_PRIMITIVE_TYPE) |
static bool | is_monochrome (const QList< QRgb > &colorTable) |
◆ QT_PATH_ELEMENT
#define QT_PATH_ELEMENT |
( |
| elm | ) |
|
◆ cubicToHook()
◆ initResources()
◆ is_monochrome()
bool is_monochrome |
( |
const QList< QRgb > & | colorTable | ) |
|
|
inlinestatic |
◆ lineToHook()
◆ moveToHook()
◆ Q_DECLARE_TYPEINFO()
◆ qt_int_to_string()
const char * qt_int_to_string |
( |
int | val, |
|
|
char * | buf ) |
◆ qt_isExtendedRadialGradient()
bool qt_isExtendedRadialGradient |
( |
const QBrush & | brush | ) |
|
|
extern |
◆ qt_pdf_decide_features()
QPaintEngine::PaintEngineFeatures qt_pdf_decide_features |
( |
| ) |
|
|
constexpr |
◆ qt_real_to_string()
const char * qt_real_to_string |
( |
qreal | val, |
|
|
char * | buf ) |
◆ removeTransparencyFromBrush()
void removeTransparencyFromBrush |
( |
QBrush & | brush | ) |
|
|
static |
◆ do_compress
const bool do_compress = true |
|
static |
◆ interpolateImages
const bool interpolateImages = false |
|
static |
◆ pattern_for_brush
const char *const pattern_for_brush |
|
static |