Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
522
void DrawTextTrans(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor)
523
{
524
DrawTextTransWH(dest, width, textmsg, fgcolor, 256, 16, 2);
525
}
Callers
7
ShowFPS
Function · 0.85
FCEU_DrawPauseCountDown
Function · 0.85
DrawNSF
Function · 0.85
DrawMessage
Function · 0.85
FCEU_DrawMovies
Function · 0.85
FCEU_DrawLagCounter
Function · 0.85
FCEU_DrawNTSCControlBars
Function · 0.85
Calls
1
DrawTextTransWH
Function · 0.85
Tested by
no test coverage detected