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

Method drawEllipse

core/paintbuffer.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void PaintBufferEngine::drawEllipse(const QRect &r)
163{
164 QPaintBufferEngine::drawEllipse(r);
165 createStackTrace();
166 pushOrigin();
167}
168
169void PaintBufferEngine::drawEllipse(const QRectF &r)
170{

Callers 3

drawDecorationsMethod · 0.45
paintEventMethod · 0.45
paintItemDecorationMethod · 0.45

Calls

no outgoing calls

Tested by 1

paintItemDecorationMethod · 0.36