MCPcopy Create free account
hub / github.com/TASEmulators/fceux / DrawTextTrans

Function DrawTextTrans

src/drawing.cpp:522–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522void DrawTextTrans(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor)
523{
524 DrawTextTransWH(dest, width, textmsg, fgcolor, 256, 16, 2);
525}

Callers 7

ShowFPSFunction · 0.85
FCEU_DrawPauseCountDownFunction · 0.85
DrawNSFFunction · 0.85
DrawMessageFunction · 0.85
FCEU_DrawMoviesFunction · 0.85
FCEU_DrawLagCounterFunction · 0.85
FCEU_DrawNTSCControlBarsFunction · 0.85

Calls 1

DrawTextTransWHFunction · 0.85

Tested by

no test coverage detected