| 182 | } |
| 183 | |
| 184 | void PaintBufferEngine::drawPoints(const QPoint *points, int pointCount) |
| 185 | { |
| 186 | QPaintBufferEngine::drawPoints(points, pointCount); |
| 187 | createStackTrace(); |
| 188 | pushOrigin(); |
| 189 | } |
| 190 | |
| 191 | void PaintBufferEngine::drawPoints(const QPointF *points, int pointCount) |
| 192 | { |