| 196 | } |
| 197 | |
| 198 | void PaintBufferEngine::drawPolygon(const QPoint *points, int pointCount, QPaintEngine::PolygonDrawMode mode) |
| 199 | { |
| 200 | QPaintBufferEngine::drawPolygon(points, pointCount, mode); |
| 201 | createStackTrace(); |
| 202 | pushOrigin(); |
| 203 | } |
| 204 | |
| 205 | void PaintBufferEngine::drawPolygon(const QPointF *points, int pointCount, QPaintEngine::PolygonDrawMode mode) |
| 206 | { |
no outgoing calls