Home
last modified time | relevance | path

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

/dports/games/vultures-eye/vulture-2.3.67/vulture/winclass/
H A Dinventory.cpp94 int itemcol; in update_invscroll() local
111 itemcol = (itemcount / ow_vrows); in update_invscroll()
113 winelem->x = (itemcol - newpos) * (V_LISTITEM_WIDTH + 4) + leftoffset; in update_invscroll()
116 winelem->visible = (itemcol >= newpos && itemcol < newpos + ow_vcols); in update_invscroll()
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A Dbreakout.lua668 local itemcol = item.color
670 …if alpha ~= color[5] or itemcol[2] ~= color[2] or itemcol[3] ~= color[3] or itemcol[4] ~= color[4]…
678 color = {"rgba", itemcol[2], itemcol[3], itemcol[4], alpha}
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstash.cc1649 const int itemcol = menu_colour(res.item.name(DESC_PLAIN).c_str(), in display_search_results() local
1651 if (itemcol != -1) in display_search_results()
1652 me->colour = itemcol; in display_search_results()