Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Ddarkmoon.cpp394 …int8 *DarkMoonEngine::loadDoorShapes(const char *filename, int doorIndex, const uint8 *shapeDefs) { in loadDoorShapes() argument
397 …encodeShape(READ_LE_UINT16(shapeDefs), READ_LE_UINT16(shapeDefs + 2), READ_LE_UINT16(shapeDefs + 4… in loadDoorShapes()
398 shapeDefs += 8; in loadDoorShapes()
402 …encodeShape(READ_LE_UINT16(shapeDefs), READ_LE_UINT16(shapeDefs + 2), READ_LE_UINT16(shapeDefs + 4… in loadDoorShapes()
403 shapeDefs += 8; in loadDoorShapes()
404 _doorSwitches[doorIndex * 3 + i].x = *shapeDefs; in loadDoorShapes()
405 shapeDefs += 2; in loadDoorShapes()
406 _doorSwitches[doorIndex * 3 + i].y = *shapeDefs; in loadDoorShapes()
407 shapeDefs += 2; in loadDoorShapes()
410 return shapeDefs; in loadDoorShapes()
H A Deob.h84 …const uint8 *loadDoorShapes(const char *filename, int doorIndex, const uint8 *shapeDefs) { return … in loadDoorShapes() argument
H A Ddarkmoon.h103 const uint8 *loadDoorShapes(const char *filename, int doorIndex, const uint8 *shapeDefs);
H A Deobcommon.h601 …virtual const uint8 *loadDoorShapes(const char *filename, int doorIndex, const uint8 *shapeDefs) =…
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Ddarkmoon.cpp496 …int8 *DarkMoonEngine::loadDoorShapes(const char *filename, int doorIndex, const uint8 *shapeDefs) { in loadDoorShapes() argument
499 …encodeShape(READ_LE_UINT16(shapeDefs), READ_LE_UINT16(shapeDefs + 2), READ_LE_UINT16(shapeDefs + 4… in loadDoorShapes()
500 shapeDefs += 8; in loadDoorShapes()
504 …encodeShape(READ_LE_UINT16(shapeDefs), READ_LE_UINT16(shapeDefs + 2), READ_LE_UINT16(shapeDefs + 4… in loadDoorShapes()
505 shapeDefs += 8; in loadDoorShapes()
506 _doorSwitches[doorIndex * 3 + i].x = *shapeDefs; in loadDoorShapes()
507 shapeDefs += 2; in loadDoorShapes()
508 _doorSwitches[doorIndex * 3 + i].y = *shapeDefs; in loadDoorShapes()
509 shapeDefs += 2; in loadDoorShapes()
512 return shapeDefs; in loadDoorShapes()
H A Ddarkmoon.h107 const uint8 *loadDoorShapes(const char *filename, int doorIndex, const uint8 *shapeDefs) override;
H A Deob.h138 …const uint8 *loadDoorShapes(const char *filename, int doorIndex, const uint8 *shapeDefs) override … in loadDoorShapes() argument
H A Deobcommon.h643 …virtual const uint8 *loadDoorShapes(const char *filename, int doorIndex, const uint8 *shapeDefs) =…
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/sequence/
H A Dsequences_darkmoon.cpp81 const DarkMoonShapeDef **shapeDefs; member
1144 delete[] _config->shapeDefs; in ~DarkmoonSequenceHelper()
1217 if (_config->shapeDefs[index]) { in loadScene()
1218 for (const DarkMoonShapeDef *df = _config->shapeDefs[index]; df->w; df++) { in loadScene()
1518 memset(_config->shapeDefs, 0, 16 * sizeof(DarkMoonShapeDef*)); in init()
1519 _config->shapeDefs[0] = _vm->staticres()->loadEoB2ShapeData(kEoB2IntroShapes00, size); in init()
1520 _config->shapeDefs[1] = _vm->staticres()->loadEoB2ShapeData(kEoB2IntroShapes01, size); in init()
1521 _config->shapeDefs[4] = _vm->staticres()->loadEoB2ShapeData(kEoB2IntroShapes04, size); in init()
1522 _config->shapeDefs[7] = _vm->staticres()->loadEoB2ShapeData(kEoB2IntroShapes07, size); in init()
1523 _config->shapeDefs[13] = _vm->staticres()->loadEoB2ShapeData(kEoB2IntroShapes13, size); in init()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/sequence/
H A Dsequences_darkmoon.cpp81 const DarkMoonShapeDef **shapeDefs; member
1151 delete[] _config->shapeDefs; in ~DarkmoonSequenceHelper()
1224 if (_config->shapeDefs[index]) { in loadScene()
1225 for (const DarkMoonShapeDef *df = _config->shapeDefs[index]; df->w; df++) { in loadScene()
1528 memset(_config->shapeDefs, 0, 16 * sizeof(DarkMoonShapeDef*)); in init()
1529 _config->shapeDefs[0] = _vm->staticres()->loadEoB2ShapeData(kEoB2IntroShapes00, size); in init()
1530 _config->shapeDefs[1] = _vm->staticres()->loadEoB2ShapeData(kEoB2IntroShapes01, size); in init()
1531 _config->shapeDefs[4] = _vm->staticres()->loadEoB2ShapeData(kEoB2IntroShapes04, size); in init()
1532 _config->shapeDefs[7] = _vm->staticres()->loadEoB2ShapeData(kEoB2IntroShapes07, size); in init()
1533 _config->shapeDefs[13] = _vm->staticres()->loadEoB2ShapeData(kEoB2IntroShapes13, size); in init()
[all …]