|
| QVolatileImagePaintEnginePrivate () |
|
QTransform | brushMatrix () const |
|
bool | canUseFastImageBlending (QPainter::CompositionMode mode, const QImage &image) const |
|
const QClipData * | clip () const |
|
void | drawImage (const QPointF &pt, const QImage &img, SrcOverBlendFunc func, const QRect &clip, int alpha, const QRect &sr=QRect()) |
|
ProcessSpans | getBrushFunc (const QRect &rect, const QSpanData *data) const |
|
ProcessSpans | getBrushFunc (const QRectF &rect, const QSpanData *data) const |
|
ProcessSpans | getPenFunc (const QRectF &rect, const QSpanData *data) const |
|
void | initializeRasterizer (QSpanData *data) |
|
bool | isUnclipped (const QRect &rect, int penWidth) const |
|
bool | isUnclipped (const QRectF &rect, int penWidth) const |
|
bool | isUnclipped_normalized (const QRect &rect) const |
| Returns true if the rectangle is completely within the current clip state of the paint engine. More...
|
|
void | prepare (QCustomRasterPaintDevice *) |
|
| QRasterPaintEnginePrivate () |
|
void | rasterize (QT_FT_Outline *outline, ProcessSpans callback, QSpanData *spanData, QRasterBuffer *rasterBuffer) |
|
void | rasterize (QT_FT_Outline *outline, ProcessSpans callback, void *userData, QRasterBuffer *rasterBuffer) |
|
void | rasterizeLine_dashed (QLineF line, qreal width, int *dashIndex, qreal *dashOffset, bool *inDash) |
|
void | recalculateFastImages () |
|
void | systemStateChanged () |
|
void | updateMatrixData (QSpanData *spanData, const QBrush &brush, const QTransform &brushMatrix) |
|
bool | hasClipOperations () const |
|
| QPaintEngineExPrivate () |
|
void | replayClipOperations () |
|
| ~QPaintEngineExPrivate () |
|
void | drawBoxTextItem (const QPointF &p, const QTextItemInt &ti) |
|
| QPaintEnginePrivate () |
|
void | setSystemTransform (const QTransform &xform) |
|
void | setSystemViewport (const QRegion ®ion) |
|
void | transformSystemClip () |
|
virtual | ~QPaintEnginePrivate () |
|
Definition at line 49 of file qvolatileimage.cpp.