Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dview.cc1479 static unsigned int glyph_overlay_i; variable
1521 glyph_overlay_i = 0; in _sort_overlays()
1547 while (glyph_overlay_i < glyph_overlays.size() in add_overlays()
1548 && _coord_def_cmp(glyph_overlays[glyph_overlay_i].gc, gc)) in add_overlays()
1550 glyph_overlay_i++; in add_overlays()
1552 while (glyph_overlay_i < glyph_overlays.size() in add_overlays()
1553 && glyph_overlays[glyph_overlay_i].gc == gc) in add_overlays()
1555 const auto &overlay = glyph_overlays[glyph_overlay_i]; in add_overlays()
1558 glyph_overlay_i++; in add_overlays()