![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qrandom.h>
#include <private/qpixmapcache_p.h>
#include <private/qpaintengine_p.h>
#include <private/qpainterpath_p.h>
#include <private/qdrawhelper_p.h>
#include <private/qfontengineglyphcache_p.h>
#include "qpaintengine_x11_p.h"
#include "qpolygonclipper_p.h"
#include "qtessellator_p.h"
#include "qpixmap_x11_p.h"
#include "qcolormap_x11_p.h"
#include "qt_x11_p.h"
#include "qxcbexport.h"
#include "qxcbnativepainting.h"
Go to the source code of this file.
Classes | |
class | QX11PaintEnginePrivate |
struct | QX11PaintEnginePrivate::qt_float_point |
struct | HexString< T > |
struct | QConcatenable< HexString< T > > |
Macros | |
#define | X11 qt_x11Data |
#define | DITHER_SIZE 16 |
Variables | |
static const qreal | aliasedCoordinateDelta = 0.5 - 0.015625 |
static const uchar | base_dither_matrix [DITHER_SIZE][DITHER_SIZE] |
#define DITHER_SIZE 16 |
Definition at line 398 of file qpaintengine_x11.cpp.
#define X11 qt_x11Data |
Definition at line 284 of file qpaintengine_x11.cpp.
Definition at line 729 of file qpaintengine_x11.cpp.
Definition at line 876 of file qpaintengine_x11.cpp.
|
static |
Definition at line 575 of file qpaintengine_x11.cpp.
References QXcbX11Data::use_xrender.
|
extern |
Definition at line 519 of file qpaintengine.cpp.
Definition at line 418 of file qpaintengine_x11.cpp.
References base_dither_matrix.
|
extern |
Definition at line 80 of file qbrush.cpp.
Definition at line 63 of file qpixmap_x11.cpp.
Q_GUI_EXPORT void qt_x11_drawImage | ( | const QRect & | rect, |
const QPoint & | pos, | ||
const QImage & | image, | ||
Drawable | hd, | ||
GC | gc, | ||
Display * | dpy, | ||
Visual * | visual, | ||
int | depth ) |
Definition at line 1961 of file qpaintengine_x11.cpp.
References QXcbX11Info::display().
GC Q_XCB_EXPORT qt_x11_get_brush_gc | ( | QPainter * | p | ) |
Returns the X11 specific brush GC for the painter p.
Note that QPainter::begin() must be called before this function returns a valid GC.
Definition at line 274 of file qpaintengine_x11.cpp.
GC Q_XCB_EXPORT qt_x11_get_pen_gc | ( | QPainter * | p | ) |
Returns the X11 specific pen GC for the painter p.
Note that QPainter::begin() must be called before this function returns a valid GC.
Definition at line 259 of file qpaintengine_x11.cpp.
Q_XCB_EXPORT Drawable qt_x11Handle | ( | const QPaintDevice * | pd | ) |
Definition at line 220 of file qpaintengine_x11.cpp.
|
static |
Definition at line 235 of file qpaintengine_x11.cpp.
References QX11PlatformPixmap::qt_x11Info.
Definition at line 1071 of file qpaintengine_x11.cpp.
References QXcbX11Info::display().
|
inlinestatic |
Definition at line 373 of file qpaintengine_x11.cpp.
|
inlinestatic |
Definition at line 346 of file qpaintengine_x11.cpp.
|
static |
Definition at line 250 of file qpaintengine_x11.cpp.
|
static |
Definition at line 399 of file qpaintengine_x11.cpp.
Referenced by qt_patternForAlpha().