Home
last modified time | relevance | path

Searched refs:kPathBitmapLen (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/prince/
H A Dresource.cpp310 if (stream->read(_roomPathBitmap, kPathBitmapLen) != kPathBitmapLen) { in loadPath()
H A Dprince.cpp356 _roomPathBitmap = (byte *)malloc(kPathBitmapLen); in init()
357 _roomPathBitmapTemp = (byte *)malloc(kPathBitmapLen); in init()
H A Dprince.h568 …static const uint32 kPathBitmapLen = (kMaxPicHeight / kPathGridStep * kMaxPicWidth / kPathGridStep… variable
H A Dwalk.cpp1052 for (uint i = 0; i < kPathBitmapLen; i++) { in tracePath()
H A Dscript.cpp1649 for (uint i = 0; i < _vm->kPathBitmapLen; i++) { in O_CLEARPATH()
/dports/games/scummvm/scummvm-2.5.1/engines/prince/
H A Dresource.cpp313 if (stream->read(_roomPathBitmap, kPathBitmapLen) != kPathBitmapLen) { in loadPath()
H A Dprince.cpp347 _roomPathBitmap = (byte *)malloc(kPathBitmapLen); in init()
348 _roomPathBitmapTemp = (byte *)malloc(kPathBitmapLen); in init()
H A Dprince.h564 …static const uint32 kPathBitmapLen = (kMaxPicHeight / kPathGridStep * kMaxPicWidth / kPathGridStep… variable
H A Dwalk.cpp1052 for (uint i = 0; i < kPathBitmapLen; i++) { in tracePath()
H A Dscript.cpp1665 for (uint i = 0; i < _vm->kPathBitmapLen; i++) { in O_CLEARPATH()