Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
414
void J2DTextBox::drawSelf(f32 x, f32 y)
415
{
416
Mtx mtx;
417
PSMTXIdentity(mtx);
418
drawSelf(x, y, &mtx);
419
}
420
421
void J2DTextBox::drawSelf(f32 x, f32 y, Mtx* mtx)
422
{
Callers
nothing calls this directly
Calls
5
locate
Method · 0.80
printReturn
Method · 0.80
setFontSize
Method · 0.45
getWidth
Method · 0.45
getHeight
Method · 0.45
Tested by
no test coverage detected