Home
last modified time | relevance | path

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

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Ddircalc.cpp90 int lastPathPos = path.Count(); in CalcDir() local
143 path.SetItemStr( lastPathPos, p[i]->Name() ); in CalcDir()
H A Dfilesearch.cpp239 int lastPathPos = path.Count(); in SearchDir() local
262 filePath.SetItemStr( lastPathPos, p[i]->Name() ); in SearchDir()
326 path.SetItemStr( lastPathPos, p[i]->Name() ); in SearchDir()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dobstacles.cpp449 Vector3 lastPathPos(_path[_pathSize - 1].x, from.y, _path[_pathSize - 1].y); in findNextWaypoint() local
450 findNextWaypoint(lastPathPos, to, next); in findNextWaypoint()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dobstacles.cpp450 Vector3 lastPathPos(_path[_pathSize - 1].x, from.y, _path[_pathSize - 1].y); in findNextWaypoint() local
451 findNextWaypoint(lastPathPos, to, next); in findNextWaypoint()