Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dpattern2.cpp95 EX int chessvalue(cell *c) { in chessvalue() function
99 return arcm::chessvalue(c); in chessvalue()
1265 si.id = chessvalue(c); in getpatterninfo()
1532 return chessvalue(c); in warptype()
1692 ep.extra_params["chess"] = chessvalue(c); in compute_map_function()
1904 return colortables['c'][chessvalue(c)]; in generateCanvas()
H A Darchimedean.cpp1091 EX bool chessvalue(cell *c) { in chessvalue() function
H A Dfloorshapes.cpp891 siid = !chessvalue(c1); in get_plainshape_id()
H A Dcelldrawer.cpp155 if(chessvalue(c)) fcol += 0x202020; in setcolors()