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

(a66f51fe8298cd334be8cd11fcab3892b3cf3a10)

#include "private/qpaintengine_p.h"
#include "private/qpainter_p.h"
#include "private/qpicture_p.h"
#include "private/qfont_p.h"
#include "qbuffer.h"
#include "qbytearray.h"
#include "qdatastream.h"
#include "qmath.h"
#include "qpaintengine_pic_p.h"
#include "qpicture.h"
#include "qpolygon.h"
#include "qrect.h"
#include <private/qtextengine_p.h>
#include <qdebug.h>
+ Include dependency graph for qpaintengine_pic.cpp:

Go to the source code of this file.

Classes

class  QPicturePaintEnginePrivate
 

Macros

#define SERIALIZE_CMD(c)
 

Macro Definition Documentation

◆ SERIALIZE_CMD

#define SERIALIZE_CMD ( c)
Value:
d->pic_d->trecs++; \
d->s << (quint8) c; \
d->s << (quint8) 0; \
pos = d->pic_d->pictb.pos()
const GLubyte * c
unsigned char quint8
Definition qtypes.h:51
double d
[1]

Definition at line 115 of file qpaintengine_pic.cpp.