Home
last modified time | relevance | path

Searched refs:GfxFontColor (Results 1 – 4 of 4) sorted by relevance

/dports/games/megamario/MegaMario_v1.7_full/src/
H A Dfunctions.h43 static Uint32 GfxFontColor[256]; variable
H A Dfunctions.cpp218 if ((GfxFontColor[(unsigned char) c] != color) || (forced_redraw)) { in CharacterColor()
223 GfxFontColor[(unsigned char) c] = color; in CharacterColor()
/dports/games/megamario/MegaMario_v1.7_full/src/src_Editor/
H A DGfx.h107 static Uint32 GfxFontColor[256]; variable
H A DGfx.cpp2218 if ((GfxFontColor[(unsigned char) c] != color) || (forced_redraw)) { in CharacterColor()
2223 GfxFontColor[(unsigned char) c] = color; in CharacterColor()