Lines Matching refs:DrawMenuBufIString

1438                DrawMenuBufIString( posx + 1, posy, item_i->names[ i ], 0 );  in DrawMenu()
1440 DrawMenuBufIString( posx, posy - 1, item_i->names[ i ], color ); in DrawMenu()
2472 DrawMenuBufIString( posx + 1, posy, item_i->names[ which ], 0 ); in HideCursor()
2474 DrawMenuBufIString( posx, posy - 1, item_i->names[ which ], in HideCursor()
2588 DrawMenuBufIString( posx + 1, posy, item_i->names[ which ], 0 ); in ShowCursor()
2590 DrawMenuBufIString( posx, posy - 1, item_i->names[ which ], in ShowCursor()
2977 DrawMenuBufIString( activex + 3, Q_Y + 46, active, ACTIVECOLOR ); in CP_DisplayMsg()
2981 DrawMenuBufIString( inactivex + 2, Q_Y + 45, inactive, NORMALCOLOR ); in CP_DisplayMsg()
3869 DrawMenuBufIString( x + 3, y, "?", 0 ); in DefineKey()
3870 DrawMenuBufIString( x + 2, y - 1, "?", HIGHLIGHTCOLOR ); in DefineKey()
3895 DrawMenuBufIString( x + 3, y, "?", 0 ); in DefineKey()
3896 DrawMenuBufIString( x + 2, y - 1, "?", color ); in DefineKey()
6081 DrawMenuBufIString( 58, 24, "HOW MUCH ", NORMALCOLOR ); in DrawViolenceLevel()
6082 DrawMenuBufIString( PrintX, PrintY, "BLOOD", 51 ); in DrawViolenceLevel()
6083 DrawMenuBufIString( 71, 37, "DO YOU WANT?", NORMALCOLOR ); in DrawViolenceLevel()
6176 DrawMenuBufIString( PWORDX, PWORDY, "ENTER PASSWORD", NORMALCOLOR ); in DrawViolenceLevelPWord()
6209 DrawMenuBufIString( PWORDX - 24, PWORDY, "ENTER OLD PASSWORD", NORMALCOLOR ); in DrawPWMenu()
6214 DrawMenuBufIString( PWORDX - 24, PWORDY, "ENTER PASSWORD", NORMALCOLOR ); in DrawPWMenu()
6285 DrawMenuBufIString( PWORDX - 24, PWORDY, "ENTER NEW PASSWORD", NORMALCOLOR ); in CP_PWMenu()
6332 DrawMenuBufIString( PWORDX, PWORDY, "RETYPE PASSWORD", NORMALCOLOR ); in CP_PWMenu()
8023 DrawMenuBufIString( x + 1, y + 1, text, 0 ); in PrintBattleOption()
8024 DrawMenuBufIString( x, y, text, ACTIVECOLOR ); in PrintBattleOption()
9506 DrawMenuBufIString( ( 288 - w ) / 2, y, text[ pos ], ACTIVECOLOR ); in CP_ErrorMsg()