MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / fillcircle

Method fillcircle

2dlib/pen.cpp:184–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void grViewport::fillcircle(ddgr_color col, int xc, int yc, int r) {
185 ASSERT(vp_Locked);
186
187 xc = global_x(xc);
188 yc = global_y(yc);
189
190 rend_FillCircle(col, xc, yc, r);
191}

Callers

nothing calls this directly

Calls 1

rend_FillCircleFunction · 0.50

Tested by

no test coverage detected