Home
last modified time | relevance | path

Searched refs:real_colour (Results 1 – 8 of 8) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcolour.h129 unsigned real_colour(unsigned raw_colour, const coord_def& loc = coord_def());
H A Dshowsymb.cc562 g.col = real_colour(g.col, loc); in _get_cell_glyph_with_class()
605 g.col = real_colour(g.col); in get_mons_glyph()
H A Dview.cc937 ? real_colour(flash_colour) in view_update_at()
1148 cell->colour = real_colour(cell->colour); in _draw_player()
1657 cell->colour = real_colour(flash_colour); in draw_cell()
1661 cell->flash_colour = real_colour(flash_colour); in draw_cell()
H A Dcolour.cc785 unsigned real_colour(unsigned raw_colour, const coord_def& loc) in real_colour() function
H A Doutput.cc1687 textcolour(real_colour(dam_colour(mi) | COLFLAG_ITEM_HEAP)); in _print_next_monster_desc()
1689 textcolour(real_colour(dam_colour(mi) | COLFLAG_REVERSE)); in _print_next_monster_desc()
H A Dviewmap.cc1317 g.col = real_colour(col); in _get_feat_glyph()
H A Dtilepick.cc590 unsigned rc = real_colour(colour, gc); in tileidx_feature()
H A Ddirectn.cc423 static_cast<unsigned short>(real_colour(colour))}; in _get_ray_glyph()