Home
last modified time | relevance | path

Searched refs:str_to_colour (Results 1 – 10 of 10) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dl-colour.cc46 return str_to_colour(colour,-1,false,true); in get()
72 int col = str_to_colour(name, -1, false, true); in LUAFN()
H A Dgame-options.cc32 const int colour = str_to_colour(field.substr(col + 1)); in _curses_attribute()
90 const int col = str_to_colour(field, -1, true, elemental); in loadFromString()
202 const int scolour = str_to_colour(colstr, -1, true, false); in parse_colour_thresholds()
H A Dcolour.h108 int str_to_colour(const string &str, int default_colour = -1,
H A Dl-dgn.cc688 int colour = str_to_colour(s, -1, false, true); in dgn_lfloorcol()
719 int colour = str_to_colour(s, -1, false, true); in dgn_lrockcol()
761 const int colour = str_to_colour(s, -1, false, true); in _lua_colour()
1050 short colour = str_to_colour(s2, -1, false, true); in dgn_floor_halo()
H A Dinitfile.cc494 int col = str_to_colour(str); in _str_to_channel_colour()
806 const int col = str_to_colour(colstr); in str_to_enemy_hp_colour()
1485 const int col = str_to_colour(p, -1, false); in parse_mon_glyph()
1639 #define COL(n, field) if (colour_t c = str_to_colour(iprops[n], BLACK)) \ in add_feature_override()
2485 const int col = str_to_colour(cmap[0]); in add_message_colour_mapping()
2880 const int orig_col = str_to_colour(subkey); in read_option_line()
2881 const int result_col = str_to_colour(field); in read_option_line()
3271 const int scolour = minus_equal ? -1 : str_to_colour(insplit[1]); in read_option_line()
3467 const int col = str_to_colour(colname); in read_option_line()
H A Dformat.cc44 return str_to_colour(tag); in get_colour()
H A Dcolour.cc742 int str_to_colour(const string &str, int default_colour, bool accept_number, in str_to_colour() function
H A Dmapdef.cc819 const int colour = col == "none" ? BLACK : str_to_colour(col, -1, false, true); in parse()
4039 mspec.colour = str_to_colour(colour, COLOUR_UNDEF, false, true); in parse_mons_spec()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dinitfile.cc67 static short str_to_colour( const std::string &str ) in str_to_colour() function
99 int ret = str_to_colour( str ); in str_to_channel_colour()
527 const int orig_col = str_to_colour( subkey ); in read_init_file()
528 const int result_col = str_to_colour( field ); in read_init_file()
554 const int col = str_to_colour( field ); in read_init_file()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/rltiles/tool/
H A Dtile_list_processor.cc206 static int str_to_colour(string colour) in str_to_colour() function
718 int colour = str_to_colour(m_args[2]); in process_line()