Home
last modified time | relevance | path

Searched defs:isRoom (Results 1 – 11 of 11) sorted by relevance

/dports/games/fillets-ng/fillets-ng-1.0.1/src/level/
H A DRoomAccess.h22 bool isRoom() const { return !!m_room; } in isRoom() function
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dmap_build.c785 const MapBuilder *mb, const struct vec2i pos, const bool isRoom, in MapIsValidStartForWall()
895 MapBuilder *mb, const bool isRoom, const int pad, const int wallLength, in MapTryBuildWall()
913 MapBuilder *mb, struct vec2i pos, const bool isRoom, const int pad, in MapGrowWall()
1014 const MapBuilder *mb, const struct vec2i v, const bool isRoom) in MapGrowWallCheck()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/
H A Ditems.cpp191 bool AGOSEngine::isRoom(Item *item) { in isRoom() function in AGOS::AGOSEngine
/dports/games/scummvm/scummvm-2.5.1/engines/agos/
H A Ditems.cpp191 bool AGOSEngine::isRoom(Item *item) { in isRoom() function in AGOS::AGOSEngine
/dports/games/opendungeons/OpenDungeons-0.7.1/source/game/
H A DSeat.cpp1692 bool isRoom = false; in exportTileToPacket() local
/dports/games/instead/instead-3.4.1/stead/stead2/
H A Dstead.lua480 function isRoom(v) function
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinOslFactorization2.cpp3833 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn_ft() local
4010 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn2() local
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinOslFactorization2.cpp3833 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn_ft() local
4010 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn2() local
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinOslFactorization2.cpp3833 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn_ft() local
4010 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn2() local
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinOslFactorization2.cpp3861 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn_ft() local
4041 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn2() local
/dports/audio/cadence/Cadence-0.9.1/src/
H A Dclaudia.py429 def __init__(self, parent, isRoom, app_obj=None): argument