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

Method drawPolygon

core/paintbuffer.cpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void PaintBufferEngine::drawPolygon(const QPoint *points, int pointCount, QPaintEngine::PolygonDrawMode mode)
199{
200 QPaintBufferEngine::drawPolygon(points, pointCount, mode);
201 createStackTrace();
202 pushOrigin();
203}
204
205void PaintBufferEngine::drawPolygon(const QPointF *points, int pointCount, QPaintEngine::PolygonDrawMode mode)
206{

Callers 3

sidebarPaintEventMethod · 0.45
drawHighlightedFaceMethod · 0.45
paintItemDecorationMethod · 0.45

Calls

no outgoing calls

Tested by 1

paintItemDecorationMethod · 0.36