Qt 4.8
|
#include "qplatformdefs.h"
#include <qdebug.h>
#include "qpdf_p.h"
#include <qfile.h>
#include <qtemporaryfile.h>
#include <private/qmath_p.h>
#include "private/qcups_p.h"
#include "qprinterinfo.h"
#include <qnumeric.h>
#include "private/qfont_p.h"
#include "private/qcore_unix_p.h"
Go to the source code of this file.
Namespaces | |
QPdf | |
Macros | |
#define | Q_IN(n) int(n * 72) |
#define | Q_MM(n) int((n * 720 + 127) / 254) |
#define | QT_PATH_ELEMENT(elm) |
Functions | |
static void | closeAllOpenFds () |
static void | cubicToHook (qfixed c1x, qfixed c1y, qfixed c2x, qfixed c2y, qfixed ex, qfixed ey, void *data) |
static void | lineToHook (qfixed x, qfixed y, void *data) |
static void | moveToHook (qfixed x, qfixed y, void *data) |
const char * | qt_int_to_string (int val, char *buf) |
QSizeF | qt_paperSizeToQSizeF (QPrinter::PaperSize size) |
const char * | qt_real_to_string (qreal val, char *buf) |
Q_AUTOTEST_EXPORT QPainterPath | qt_regionToPath (const QRegion ®ion) |
Variables | |
static const char * | pattern_for_brush [] |
static const char *const | psToStr [QPrinter::NPaperSize+1] |
#define Q_MM | ( | n | ) | int((n * 720 + 127) / 254) |
Definition at line 894 of file qpdf.cpp.
Referenced by QPdf::paperSize().
|
static |
|
static |
Definition at line 735 of file qpdf.cpp.
Referenced by QStrokerOps::setCubicToHook(), and QPdf::Stroker::Stroker().
Definition at line 727 of file qpdf.cpp.
Referenced by QStrokerOps::setLineToHook(), and QPdf::Stroker::Stroker().
Definition at line 716 of file qpdf.cpp.
Referenced by QStrokerOps::setMoveToHook(), and QPdf::Stroker::Stroker().
const char* qt_int_to_string | ( | int | val, |
char * | buf | ||
) |
QSizeF qt_paperSizeToQSizeF | ( | QPrinter::PaperSize | size | ) |
Definition at line 2615 of file qprinter.cpp.
Referenced by QPdf::paperSize().
const char* qt_real_to_string | ( | qreal | val, |
char * | buf | ||
) |
Definition at line 63 of file qpdf.cpp.
Referenced by QPdf::ByteStream::operator<<().
Q_AUTOTEST_EXPORT QPainterPath qt_regionToPath | ( | const QRegion & | region | ) |
Definition at line 1160 of file qregion.cpp.
Referenced by QPdfBaseEngine::setupGraphicsState(), and QPdfBaseEngine::updateClipPath().
|
static |
Definition at line 371 of file qpdf.cpp.
Referenced by QPdf::patternForBrush().
|
static |
Definition at line 897 of file qpdf.cpp.
Referenced by QPdf::paperSizeToString().