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

Function J2DDrawLine

libs/JSystem/J2DGraph/J2DOrthoGraph.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void J2DDrawLine(f32 param_0, f32 param_1, f32 param_2, f32 param_3, JUTColor color, int line_width)
55{
56 J2DOrthoGraph oGrph;
57 oGrph.setLineWidth(line_width);
58 oGrph.setColor(color);
59 oGrph.moveTo(param_0, param_1);
60 oGrph.lineTo(param_2, param_3);
61}
62
63void J2DFillBox(f32 param_0, f32 param_1, f32 param_2, f32 param_3, JUTColor color)
64{

Callers 1

drawProcessBarMethod · 0.85

Calls 4

setLineWidthMethod · 0.80
moveToMethod · 0.80
setColorMethod · 0.45
lineToMethod · 0.45

Tested by

no test coverage detected