| 210 | } |
| 211 | |
| 212 | void PaintBufferEngine::drawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr) |
| 213 | { |
| 214 | QPaintBufferEngine::drawPixmap(r, pm, sr); |
| 215 | createStackTrace(); |
| 216 | pushOrigin(); |
| 217 | } |
| 218 | |
| 219 | void PaintBufferEngine::drawPixmap(const QPointF &pos, const QPixmap &pm) |
| 220 | { |
no outgoing calls
no test coverage detected