diff options
author | Gunnar Sletta <gunnar@trolltech.com> | 2009-07-28 12:00:50 +0200 |
---|---|---|
committer | Gunnar Sletta <gunnar@trolltech.com> | 2009-07-28 16:45:46 +0200 |
commit | 8488ddb4d29b6fadb1bf9ed050fb0322269659c6 (patch) | |
tree | d2e577577d3d5318c888376b60313269e2e92466 /src/gui/painting/qpaintengine_raster_p.h | |
parent | 1d81d6c163bad6ffe2914ee7e7cc71bb25cb5181 (diff) | |
download | qt4-tools-8488ddb4d29b6fadb1bf9ed050fb0322269659c6.tar.gz |
Kill QRasterPaintEngine::drawPath() to benefit from QPaintEngEx optims
Diffstat (limited to 'src/gui/painting/qpaintengine_raster_p.h')
-rw-r--r-- | src/gui/painting/qpaintengine_raster_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/painting/qpaintengine_raster_p.h b/src/gui/painting/qpaintengine_raster_p.h index 283c442990..3dab49139a 100644 --- a/src/gui/painting/qpaintengine_raster_p.h +++ b/src/gui/painting/qpaintengine_raster_p.h @@ -165,7 +165,6 @@ public: void updateMatrix(const QTransform &matrix); - void drawPath(const QPainterPath &path); void drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode); void drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode); void fillPath(const QPainterPath &path, QSpanData *fillData); @@ -327,7 +326,6 @@ public: inline const QClipData *clip() const; - void strokeProjective(const QPainterPath &path); void initializeRasterizer(QSpanData *data); void recalculateFastImages(); |