42 #ifndef QPAINTENGINE_BLITTER_P_H 43 #define QPAINTENGINE_BLITTER_P_H 45 #include "private/qpaintengine_raster_p.h" 47 #ifndef QT_NO_BLITTABLE 102 #endif //QT_NO_BLITTABLE 103 #endif // QPAINTENGINE_BLITTER_P_H
The QColor class provides colors based on RGB, HSV or CMYK values.
#define QT_END_NAMESPACE
This macro expands to.
The QPainterPath class provides a container for painting operations, enabling graphical shapes to be ...
The QPointF class defines a point in the plane using floating point precision.
void drawEllipse(const QRectF &rect)
Reimplemented Function
bool begin(QPaintDevice *device)
Reimplemented Function
void drawTiledPixmap(const QRectF &r, const QPixmap &pm, const QPointF &sr)
Reimplemented Function
void fillPath(const QPainterPath &path, QSpanData *fillData)
friend class QBlitterPaintEngine
The QPen class defines how a QPainter should draw lines and outlines of shapes.
bool end()
Reimplemented Function
void compositionModeChanged()
void renderHintsChanged()
void drawRects(const QRect *rects, int rectCount)
Reimplemented Function
void drawImage(const QPointF &p, const QImage &img)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QRectF class defines a rectangle in the plane using floating point precision. ...
void drawPoints(const QPointF *points, int pointCount)
Reimplemented Function
void drawStaticTextItem(QStaticTextItem *textItem)
Reimplemented Function
The QImage class provides a hardware-independent image representation that allows direct access to th...
virtual QPaintEngine::Type type() const
Reimplement this function to return the paint engine Type.
void fill(const QVectorPath &path, const QBrush &brush)
void drawPixmap(const QPointF &p, const QPixmap &pm)
void setState(QPainterState *s)
The QBrush class defines the fill pattern of shapes drawn by QPainter.
void fillPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode)
The QPoint class defines a point in the plane using integer precision.
void fillRect(const QRectF &rect, const QBrush &brush)
Reimplemented Function
The QRect class defines a rectangle in the plane using integer precision.
The QPixmap class is an off-screen image representation that can be used as a paint device...
void drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode)
Reimplemented Function
#define Q_DECLARE_PRIVATE(Class)
void drawTextItem(const QPointF &p, const QTextItem &textItem)
Reimplemented Function
The QRasterPaintEngine class enables hardware acceleration of painting operations in Qt for Embedded ...
void stroke(const QVectorPath &path, const QPen &pen)
The QTextItem class provides all the information required to draw text in a custom paint engine...
void clipEnabledChanged()