![]() |
Qt 4.8
|
#include "qpaintengine.h"#include "qpaintengine_p.h"#include "qpainter_p.h"#include "qpolygon.h"#include "qbitmap.h"#include "qapplication.h"#include <qdebug.h>#include <qmath.h>#include <private/qtextengine_p.h>#include <qvarlengtharray.h>#include <private/qfontengine_p.h>#include <private/qpaintengineex_p.h>Go to the source code of this file.
Classes | |
| struct | QT_Point |
| struct | QT_PointF |
Functions | |
| void | qt_draw_tile (QPaintEngine *gc, qreal x, qreal y, qreal w, qreal h, const QPixmap &pixmap, qreal xOffset, qreal yOffset) |
| void | qt_fill_tile (QPixmap *tile, const QPixmap &pixmap) |
Variables | |
| static QPaintEngine * | qt_polygon_recursion = 0 |
| void qt_draw_tile | ( | QPaintEngine * | gc, |
| qreal | x, | ||
| qreal | y, | ||
| qreal | w, | ||
| qreal | h, | ||
| const QPixmap & | pixmap, | ||
| qreal | xOffset, | ||
| qreal | yOffset | ||
| ) |
Definition at line 600 of file qpaintengine.cpp.
Referenced by QX11PaintEngine::drawTiledPixmap(), QPaintEngine::drawTiledPixmap(), and QX11PaintEngine::handle().
Definition at line 584 of file qpaintengine.cpp.
Referenced by QPaintEngine::drawTiledPixmap().
|
static |
Definition at line 344 of file qpaintengine.cpp.