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

Method drawString

libs/JSystem/JUtility/JUTDbPrint.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void JUTDbPrint::drawString(int x, int y, int len, const unsigned char *str)
113{
114 mFont->drawString_size(x, y, reinterpret_cast<const char *>(str), len, true);
115}
116
117void JUTReport(int x, int y, const char *fmt, ...)
118{

Callers 4

flushMessageFunction · 0.45
flushMessage_dbPrintFunction · 0.45
showAssert_f_vaFunction · 0.45
doDrawMethod · 0.45

Calls 1

drawString_sizeMethod · 0.80

Tested by

no test coverage detected