Home
last modified time | relevance | path

Searched refs:colour_to_str (Results 1 – 21 of 21) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhints.cc2576 text << "<" << colour_to_str(channel_to_colour(MSGCH_TUTORIAL)) << ">"; in hints_abilities_info()
2585 text << "</" << colour_to_str(channel_to_colour(MSGCH_TUTORIAL)) << ">"; in hints_abilities_info()
2595 text << "<" << colour_to_str(channel_to_colour(MSGCH_TUTORIAL)) << ">"; in hints_skills_info()
2613 text << "<" << colour_to_str(channel_to_colour(MSGCH_TUTORIAL)) << ">"; in hints_skill_training_info()
2628 text << "<" << colour_to_str(channel_to_colour(MSGCH_TUTORIAL)) << ">"; in hints_skill_costs_info()
2642 text << "<" << colour_to_str(channel_to_colour(MSGCH_TUTORIAL)) << ">"; in hints_skill_targets_info()
2655 text << "<" << colour_to_str(channel_to_colour(MSGCH_TUTORIAL)) << ">"; in hints_skills_description_info()
2702 text << "<" << colour_to_str(channel_to_colour(MSGCH_TUTORIAL)) << ">"; in hints_memorise_info()
2834 ostr << "<" << colour_to_str(channel_to_colour(MSGCH_TUTORIAL)) << ">"; in hints_describe_item()
3265 return "\n<" + colour_to_str(channel_to_colour(MSGCH_TUTORIAL)) + ">" in hints_describe_pos()
[all …]
H A Dspl-book.cc706 desc << "<" << colour_to_str(colour) << ">"; in update_entries()
712 int so_far = strwidth(desc.str()) - (colour_to_str(colour).length()+2); in update_entries()
715 desc << "</" << colour_to_str(colour) << ">"; in update_entries()
719 desc << "<" << colour_to_str(spell.fail_rate_colour) << ">"; in update_entries()
721 desc << "</" << colour_to_str(spell.fail_rate_colour) << ">"; in update_entries()
H A Dgod-menu.cc30 colour_text = colour_to_str(c); in GodMenuEntry()
H A Dcolour.h110 const string colour_to_str(colour_t colour);
H A Dspl-cast.cc122 desc << "<" << colour_to_str(highlight) << ">" << left; in _spell_base_description()
130 const int so_far = strwidth(desc.str()) - (strwidth(colour_to_str(highlight))+2); in _spell_base_description()
133 desc << "</" << colour_to_str(highlight) <<">"; in _spell_base_description()
151 desc << "<" << colour_to_str(highlight) << ">" << left; in _spell_extra_description()
165 desc << "</" << colour_to_str(highlight) <<">"; in _spell_extra_description()
1619 const string col_name = colour_to_str(col); in _mon_threat_string()
2529 const string colour = colour_to_str(failure_rate_colour(spell)); in spell_failure_rate_string()
2538 const string colour = colour_to_str(failure_rate_colour(spell)); in _spell_failure_rate_description()
H A Dformat.cc277 s += colour_to_str(op.colour); in html_dump()
389 st += colour_to_str(ops[i].colour); in to_colour_string()
H A Ddescribe-spells.cc436 const string col_name = colour_to_str(col); in _colourize()
444 const string col_name = colour_to_str(term_col); in _colourize()
H A Dl-dgn.cc709 PLUARET(string, colour_to_str(map->floor_colour).c_str()); in dgn_lfloorcol()
741 PLUARET(string, colour_to_str(map->rock_colour).c_str()); in dgn_lrockcol()
746 PLUARET(string, colour_to_str(env.floor_colour).c_str()); in dgn_get_floor_colour()
751 PLUARET(string, colour_to_str(env.rock_colour).c_str()); in dgn_get_rock_colour()
825 PLUARET(string, colour_to_str(env.grid_colours(c)).c_str()); in dgn_colour_at()
H A Dacquire.cc1445 const string keystr = colour_to_str(keycol); in get_text()
1447 colour_to_str(menu_colour(text, item_prefix(*item), tag)); in get_text()
1567 const string col = colour_to_str(channel_to_colour(MSGCH_PROMPT)); in acquire_selected()
H A Dshopping.cc906 const string keystr = colour_to_str(keycol); in get_text()
908 colour_to_str(menu_colour(text, item_prefix(*item), tag)); in get_text()
1055 const string col = colour_to_str(channel_to_colour(MSGCH_PROMPT)); in purchase_selected()
H A Dlibutil.cc346 const string cols = colour_to_str(col); in colour_string()
H A Dlookup-help.cc598 prefix += colour_to_str(colour); in _monster_menu_gen()
602 prefix += colour_to_str(colour); in _monster_menu_gen()
H A Dtilecell.cc380 default: die("no %s deep water wave tiles", colour_to_str(colour).c_str()); in _base_wave_tile()
H A Dshowsymb.cc611 string col = colour_to_str(g.col); in glyph_to_tagstr()
H A Ditem-name.cc2042 text += colour_to_str(colour); in _fixup_runeorb_entry()
2053 text += colour_to_str(colour); in _fixup_runeorb_entry()
3206 const string colour = colour_to_str(col); in menu_colour_item_name()
H A Dcolour.cc733 const string colour_to_str(colour_t colour) in colour_to_str() function
H A Dl-item.cc446 string colstr = colour_to_str(col); in IDEFN()
H A Dmessage.cc1535 string col = colour_to_str(colour_msg(colour)); in _mpr()
H A Ddirectn.cc606 const string col_string = colour_to_str(g.col); in _full_describe_menu()
683 const string colour_str = colour_to_str(g.col); in _full_describe_menu()
H A Doutput.cc1996 string colname = melded ? "darkgrey" : colour_to_str(col); in _print_overview_screen_equip()
H A Dinitfile.cc4666 tiles.json_write_string("colour", colour_to_str(entry.second)); in _write_colour_list()