(99b9eb7177beefc70ea53579a3f88825751ca6d2)
#include "qpaintengine.h"
#include "qpaintengine_p.h"
#include "qpainter_p.h"
#include "qpolygon.h"
#include "qbitmap.h"
#include <qdebug.h>
#include <qmath.h>
#include <qguiapplication.h>
#include <qvarlengtharray.h>
#include <qpa/qplatformintegration.h>
#include <qpa/qplatformpixmap.h>
#include <private/qfontengine_p.h>
#include <private/qguiapplication_p.h>
#include <private/qpaintengineex_p.h>
#include <private/qtextengine_p.h>
#include <memory>
Go to the source code of this file.
|
| Q_DECLARE_TYPEINFO (QT_Point, Q_PRIMITIVE_TYPE) |
| Q_DECLARE_TYPEINFO (QT_PointF, Q_PRIMITIVE_TYPE) |
void | qt_fill_tile (QPixmap *tile, const QPixmap &pixmap) |
Q_GUI_EXPORT void | qt_draw_tile (QPaintEngine *gc, qreal x, qreal y, qreal w, qreal h, const QPixmap &pixmap, qreal xOffset, qreal yOffset) |
◆ Q_DECLARE_TYPEINFO() [1/2]
◆ Q_DECLARE_TYPEINFO() [2/2]
◆ qt_draw_tile()
◆ qt_fill_tile()
◆ qt_polygon_recursion