Home
last modified time | relevance | path

Searched refs:center_print (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dlive_view.cpp69 center_print( win, 0, c_white, _( "< <color_green>Mouse View</color> >" ) ); in show()
H A Diuse_software_snake.cpp81 center_print( w_snake, 17, c_yellow, string_format( _( "TOTAL SCORE: %d" ), iScore ) ); in snake_over()
83 center_print( w_snake, 21, c_white, _( "Press 'q' or ESC to exit." ) ); in snake_over()
H A Dplayer_display.cpp332 center_print( win, 0, title_color, _( title_PROFICIENCIES ) ); in draw_proficiencies_tab()
402 center_print( w_stats, 0, title_col, _( title_STATS ) ); in draw_stats_tab()
551 center_print( w_encumb, 0, title_col, _( title_ENCUMB ) ); in draw_encumbrance_tab()
586 center_print( w_traits, 0, title_col, _( title_TRAITS ) ); in draw_traits_tab()
637 center_print( w_bionics, 0, title_col, _( title_BIONICS ) ); in draw_bionics_tab()
700 center_print( w_effects, 0, title_col, _( title_EFFECTS ) ); in draw_effects_tab()
766 center_print( w_skills, 0, cstatus, _( title_SKILLS ) ); in draw_skills_tab()
792 center_print( w_skills, y_pos, c_yellow, type_name ); in draw_skills_tab()
878 center_print( w_speed, 0, c_light_gray, _( title_SPEED ) ); in draw_speed_tab()
H A Dmain_menu.cpp134 center_print( w_open, window_height - 2, c_red, in print_menu()
137 center_print( w_open, window_height - 1, c_light_cyan, string_format( _( "Tip of the day: %s" ), in print_menu()
170 center_print( w_open, iLine++, c_light_cyan, mmenu_title[0] ); in print_menu()
174 center_print( w_open, iLine, c_light_blue, string_format( _( "Version: %s" ), in print_menu()
780 center_print( w_open, getmaxy( w_open ) - 7, c_yellow, hints[sel2] ); in new_character_tab()
H A Dpickup.cpp791 center_print( w_pickup, maxitems + 2, c_light_gray, string_format( _( "[%s] Help" ), in pick_up()
800 center_print( w_pickup, maxitems + 3, c_light_gray, string_format( _( "[%s] All" ), in pick_up()
H A Dauto_pickup.cpp497 center_print( w_test_rule_border, iContentHeight + 1, red_background( c_white ), in test_pattern()
H A Dbionics_ui.cpp266 center_print( window, 0, c_light_red, _( " BIONICS " ) ); in draw_bionics_titlebar()
H A Dsafemode_ui.cpp568 center_print( w_test_rule_border, content_height + 1, red_background( c_white ), in test_pattern()
H A Doutput.h339 void center_print( const catacurses::window &w, int y, const nc_color &FG,
H A Doutput.cpp445 void center_print( const catacurses::window &w, const int y, const nc_color &FG, in center_print() function
582 center_print( w, 0, title_color, title ); in draw_border()
H A Dworldfactory.cpp682 center_print( w, 0, c_red, text_if_empty ); in draw_mod_list()
H A Deditmap.cpp834 center_print( w_info, line, BORDER_COLOR, str ); in update_view_with_help()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dlive_view.cpp69 center_print( win, 0, c_white, _( "< <color_green>Mouse View</color> >" ) ); in show()
H A Diuse_software_snake.cpp81 center_print( w_snake, 17, c_yellow, string_format( _( "TOTAL SCORE: %d" ), iScore ) ); in snake_over()
83 center_print( w_snake, 21, c_white, _( "Press 'q' or ESC to exit." ) ); in snake_over()
H A Dplayer_display.cpp332 center_print( win, 0, title_color, _( title_PROFICIENCIES ) ); in draw_proficiencies_tab()
402 center_print( w_stats, 0, title_col, _( title_STATS ) ); in draw_stats_tab()
551 center_print( w_encumb, 0, title_col, _( title_ENCUMB ) ); in draw_encumbrance_tab()
586 center_print( w_traits, 0, title_col, _( title_TRAITS ) ); in draw_traits_tab()
637 center_print( w_bionics, 0, title_col, _( title_BIONICS ) ); in draw_bionics_tab()
700 center_print( w_effects, 0, title_col, _( title_EFFECTS ) ); in draw_effects_tab()
766 center_print( w_skills, 0, cstatus, _( title_SKILLS ) ); in draw_skills_tab()
792 center_print( w_skills, y_pos, c_yellow, type_name ); in draw_skills_tab()
878 center_print( w_speed, 0, c_light_gray, _( title_SPEED ) ); in draw_speed_tab()
H A Dmain_menu.cpp134 center_print( w_open, window_height - 2, c_red, in print_menu()
137 center_print( w_open, window_height - 1, c_light_cyan, string_format( _( "Tip of the day: %s" ), in print_menu()
170 center_print( w_open, iLine++, c_light_cyan, mmenu_title[0] ); in print_menu()
174 center_print( w_open, iLine, c_light_blue, string_format( _( "Version: %s" ), in print_menu()
780 center_print( w_open, getmaxy( w_open ) - 7, c_yellow, hints[sel2] ); in new_character_tab()
H A Dpickup.cpp791 center_print( w_pickup, maxitems + 2, c_light_gray, string_format( _( "[%s] Help" ), in pick_up()
800 center_print( w_pickup, maxitems + 3, c_light_gray, string_format( _( "[%s] All" ), in pick_up()
H A Dauto_pickup.cpp497 center_print( w_test_rule_border, iContentHeight + 1, red_background( c_white ), in test_pattern()
H A Dsafemode_ui.cpp568 center_print( w_test_rule_border, content_height + 1, red_background( c_white ), in test_pattern()
H A Dbionics_ui.cpp266 center_print( window, 0, c_light_red, _( " BIONICS " ) ); in draw_bionics_titlebar()
H A Doutput.h339 void center_print( const catacurses::window &w, int y, const nc_color &FG,
H A Doutput.cpp445 void center_print( const catacurses::window &w, const int y, const nc_color &FG, in center_print() function
582 center_print( w, 0, title_color, title ); in draw_border()
H A Dworldfactory.cpp682 center_print( w, 0, c_red, text_if_empty ); in draw_mod_list()
H A Deditmap.cpp834 center_print( w_info, line, BORDER_COLOR, str ); in update_view_with_help()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Darena.cc341 static void center_print(unsigned sz, string text, int number = -1) in center_print() function
572 center_print(crawl_view.hudsz.x, string("Crawl ") + Version::Long); in show_fight_banner()
577 center_print(crawl_view.hudsz.x, faction_a.desc, in show_fight_banner()
581 center_print(crawl_view.hudsz.x, "vs"); in show_fight_banner()
584 center_print(crawl_view.hudsz.x, faction_b.desc, in show_fight_banner()
591 center_print(crawl_view.hudsz.x, in show_fight_banner()

12