| 174 | } |
| 175 | |
| 176 | void PaintBufferEngine::drawPath(const QPainterPath &path) |
| 177 | { |
| 178 | QPaintBufferEngine::drawPath(path); |
| 179 | // TODO this is not handled in QPaintBuffer |
| 180 | // createStackTrace(); |
| 181 | // pushOrigin(); |
| 182 | } |
| 183 | |
| 184 | void PaintBufferEngine::drawPoints(const QPoint *points, int pointCount) |
| 185 | { |
no outgoing calls