Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dspelcast.cpp240 RectangularObjectIterator it(currentWorld, in buildTargetList()
262 RectangularObjectIterator it(currentWorld, tBase - orth, tVect, orth * 2); in buildTargetList()
281 RectangularObjectIterator it(currentWorld, tBase - orth, tVect, orth * 2); in buildTargetList()
441 RectangularObjectIterator it(currentWorld, in show()
464 RectangularObjectIterator it(currentWorld, tBase - orth, tVect, orth * 2); in show()
484 RectangularObjectIterator it(currentWorld, tBase - orth, tVect, orth * 2); in show()
H A Dobjects.h1149 class RectangularObjectIterator : public RegionalObjectIterator {
1162 RectangularObjectIterator(
H A Dobjects.cpp3668 RectangularObjectIterator::RectangularObjectIterator( in RectangularObjectIterator() function in Saga2::RectangularObjectIterator
3687 inline bool RectangularObjectIterator::inRegion(const TilePoint &tp) { in inRegion()
3697 ObjectID RectangularObjectIterator::first(GameObject **obj) { in first()
3714 ObjectID RectangularObjectIterator::next(GameObject **obj) { in next()