| 26 | PaintBufferEngine::~PaintBufferEngine() = default; |
| 27 | |
| 28 | void PaintBufferEngine::clip(const QVectorPath &path, Qt::ClipOperation op) |
| 29 | { |
| 30 | QPaintBufferEngine::clip(path, op); |
| 31 | createStackTrace(); |
| 32 | pushOrigin(); |
| 33 | } |
| 34 | |
| 35 | void PaintBufferEngine::clip(const QRect &rect, Qt::ClipOperation op) |
| 36 | { |
no outgoing calls