MCPcopy Create free account
hub / github.com/KDAB/GammaRay / drawPixmap

Method drawPixmap

core/paintbuffer.cpp:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

decorationMethod · 0.45
eventFilterMethod · 0.45
eventFilterMethod · 0.45
paintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected