/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/ |
H A D | newcharacter.cpp | 760 werase( w_description ); in set_points() 771 fold_and_print( w_description, point_zero, getmaxx( w_description ), in set_points() 893 werase( w_description ); in set_stats() 910 fold_and_print( w_description, point( 0, 4 ), getmaxx( w_description ) - 1, c_green, in set_stats() 931 fold_and_print( w_description, point( 0, 4 ), getmaxx( w_description ) - 1, c_green, in set_stats() 951 fold_and_print( w_description, point( 0, 4 ), getmaxx( w_description ) - 1, c_green, in set_stats() 1206 werase( w_description ); in set_traits() 1591 werase( w_description ); in set_profession() 2017 werase( w_description ); in set_skills() 2103 fold_and_print_from( w_description, point_zero, getmaxx( w_description ), in set_skills() [all …]
|
H A D | mutation_ui.cpp | 122 catacurses::window w_description; in power_mutations() local 154 w_description = catacurses::newwin( DESCRIPTION_HEIGHT, WIDTH - 2, in power_mutations() 264 werase( w_description ); in power_mutations() 265 … fold_and_print( w_description, point_zero, WIDTH - 2, c_light_blue, examine_id.value()->desc() ); in power_mutations() 266 wnoutrefresh( w_description ); in power_mutations()
|
H A D | worldfactory.cpp | 929 catacurses::window w_description; in show_worldgen_tab_modselection() local 948 w_description = catacurses::newwin( 5, iMinScreenWidth - 4, in show_worldgen_tab_modselection() 1083 werase( w_description ); in show_worldgen_tab_modselection() 1087 int num_lines = fold_and_print( w_description, point( 1, 0 ), in show_worldgen_tab_modselection() 1088 getmaxx( w_description ) - 1, in show_worldgen_tab_modselection() 1090 int window_height = catacurses::getmaxy( w_description ); in show_worldgen_tab_modselection() 1091 int window_width = catacurses::getmaxx( w_description ); in show_worldgen_tab_modselection() 1098 …print_colored_text( w_description, point( window_width - utf8_width( message ), window_height - 1 … in show_worldgen_tab_modselection() 1127 wnoutrefresh( w_description ); in show_worldgen_tab_modselection()
|
H A D | bionics_ui.cpp | 559 catacurses::window w_description; in power_bionics() local 594 w_description = catacurses::newwin( LIST_HEIGHT, DESCRIPTION_WIDTH, in power_bionics() 714 … draw_description( w_description, *( *current_bionic_list )[cursor], get_all_body_parts().size() ); in power_bionics()
|
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/ |
H A D | newcharacter.cpp | 760 werase( w_description ); in set_points() 771 fold_and_print( w_description, point_zero, getmaxx( w_description ), in set_points() 893 werase( w_description ); in set_stats() 910 fold_and_print( w_description, point( 0, 4 ), getmaxx( w_description ) - 1, c_green, in set_stats() 931 fold_and_print( w_description, point( 0, 4 ), getmaxx( w_description ) - 1, c_green, in set_stats() 951 fold_and_print( w_description, point( 0, 4 ), getmaxx( w_description ) - 1, c_green, in set_stats() 1206 werase( w_description ); in set_traits() 1591 werase( w_description ); in set_profession() 2017 werase( w_description ); in set_skills() 2103 fold_and_print_from( w_description, point_zero, getmaxx( w_description ), in set_skills() [all …]
|
H A D | mutation_ui.cpp | 122 catacurses::window w_description; in power_mutations() local 154 w_description = catacurses::newwin( DESCRIPTION_HEIGHT, WIDTH - 2, in power_mutations() 264 werase( w_description ); in power_mutations() 265 … fold_and_print( w_description, point_zero, WIDTH - 2, c_light_blue, examine_id.value()->desc() ); in power_mutations() 266 wnoutrefresh( w_description ); in power_mutations()
|
H A D | worldfactory.cpp | 929 catacurses::window w_description; in show_worldgen_tab_modselection() local 948 w_description = catacurses::newwin( 5, iMinScreenWidth - 4, in show_worldgen_tab_modselection() 1083 werase( w_description ); in show_worldgen_tab_modselection() 1087 int num_lines = fold_and_print( w_description, point( 1, 0 ), in show_worldgen_tab_modselection() 1088 getmaxx( w_description ) - 1, in show_worldgen_tab_modselection() 1090 int window_height = catacurses::getmaxy( w_description ); in show_worldgen_tab_modselection() 1091 int window_width = catacurses::getmaxx( w_description ); in show_worldgen_tab_modselection() 1098 …print_colored_text( w_description, point( window_width - utf8_width( message ), window_height - 1 … in show_worldgen_tab_modselection() 1127 wnoutrefresh( w_description ); in show_worldgen_tab_modselection()
|
H A D | bionics_ui.cpp | 559 catacurses::window w_description; in power_bionics() local 594 w_description = catacurses::newwin( LIST_HEIGHT, DESCRIPTION_WIDTH, in power_bionics() 714 … draw_description( w_description, *( *current_bionic_list )[cursor], get_all_body_parts().size() ); in power_bionics()
|
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/pool-mgr/editors/ |
H A D | part_editor.hpp | 27 class EntryWithInheritance *w_description = nullptr; member in horizon::PartEditor
|
H A D | part_editor.cpp | 256 w_description = add_entry("part_description_box"); in PartEditor() 261 attr_editors.emplace(horizon::Part::Attribute::DESCRIPTION, w_description); in PartEditor()
|
/dports/print/qpdf/qpdf-10.5.0/libqpdf/ |
H A D | QPDFObjectHandle.cc | 1875 std::string w_description = "content stream object " + og; in pipeContentStreams() local 1880 w_description, 0, in pipeContentStreams()
|