Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dcrystal.cpp1673 auto& spacemap = euc::get_spacemap(); in transform_crystal_to_euclid() local
1680 spacemap[co] = p.first; in transform_crystal_to_euclid()
1697 camelot_center = spacemap[crystal_to_euclid(m->hcoords[m->camelot_center->master])]->c7; in transform_crystal_to_euclid()
1711 for(auto& p: spacemap) { in transform_crystal_to_euclid()
1715 if(spacemap.count(co + shifttable[i])) in transform_crystal_to_euclid()
1716 h->move(i) = spacemap[co + shifttable[i]], in transform_crystal_to_euclid()
1741 auto& spacemap = euc::get_spacemap(); in transform_euclid_to_crystal() local
1768 spacemap.clear(); in transform_euclid_to_crystal()
H A Deuclid.cpp133 map<coord, heptagon*> spacemap; member
180 if(spacemap.count(at)) in get_at()
181 return spacemap[at]; in get_at()
204 spacemap[at] = h; in get_at()
310 EX map<coord, heptagon*>& get_spacemap() { return cubemap()->spacemap; } in get_spacemap()
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dparsehtml.c749 static char spacemap[256]= variable
771 return (int) spacemap[x]; in IsSpaceChar()