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

Function J2DDrawFrame

libs/JSystem/J2DGraph/J2DOrthoGraph.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void J2DDrawFrame(f32 param_0, f32 param_1, f32 param_2, f32 param_3, JUTColor color, u8 line_width)
88{
89 J2DDrawFrame(JGeometry::TBox2<f32>(param_0, param_1, param_0 + param_2, param_1 + param_3), color, line_width);
90}
91
92void J2DDrawFrame(JGeometry::TBox2<f32> const &param_0, JUTColor color, u8 line_width)
93{

Callers 2

drawProcessBarMethod · 0.85
drawHeapBarMethod · 0.85

Calls 3

setLineWidthMethod · 0.80
drawFrameMethod · 0.80
setColorMethod · 0.45

Tested by

no test coverage detected