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

Method drawImage

core/paintbuffer.cpp:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void PaintBufferEngine::drawImage(const QPointF &pos, const QImage &image)
227{
228 QPaintBufferEngine::drawImage(pos, image);
229 createStackTrace();
230 pushOrigin();
231}
232
233void PaintBufferEngine::drawImage(const QRectF &r, const QImage &pm, const QRectF &sr, Qt::ImageConversionFlags flags)
234{

Callers 3

paintEventMethod · 0.45
tintedImageMethod · 0.45
saveScreenshotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected