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

Method drawSelf

libs/JSystem/J2DGraph/J2DTextBox.cpp:414–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void J2DTextBox::drawSelf(f32 x, f32 y)
415{
416 Mtx mtx;
417 PSMTXIdentity(mtx);
418 drawSelf(x, y, &mtx);
419}
420
421void J2DTextBox::drawSelf(f32 x, f32 y, Mtx* mtx)
422{

Callers

nothing calls this directly

Calls 5

locateMethod · 0.80
printReturnMethod · 0.80
setFontSizeMethod · 0.45
getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected