Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
void PaintBufferEngine::drawEllipse(const QRect &r)
163
{
164
QPaintBufferEngine::drawEllipse(r);
165
createStackTrace();
166
pushOrigin();
167
}
168
169
void PaintBufferEngine::drawEllipse(const QRectF &r)
170
{
Callers
3
drawDecorations
Method · 0.45
paintEvent
Method · 0.45
paintItemDecoration
Method · 0.45
Calls
no outgoing calls
Tested by
1
paintItemDecoration
Method · 0.36