MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setLineWidth

Method setLineWidth

libs/JSystem/J2DGraph/J2DGrafContext.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void J2DGrafContext::setLineWidth(u8 width)
152{
153 mLineWidth = width;
154 GXSetLineWidth(mLineWidth, GX_TO_ZERO);
155}
156
157void J2DGrafContext::fillBox(const JGeometry::TBox2f& box)
158{

Callers 2

J2DDrawLineFunction · 0.80
J2DDrawFrameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected