Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dscene_lol.cpp1406 setLevelShapesDim(t, _shpDmX1, _shpDmX2, _sceneShpDim); in drawSceneShapes()
1432 setDoorShapeDim(t, dimY1, dimY2, _sceneShpDim); in drawSceneShapes()
1434 setLevelShapesDim(t, dimY1, dimY2, _sceneShpDim); in drawSceneShapes()
1516 …_screen->drawShape(_sceneDrawPage1, shapeData, x + 112, y, _sceneShpDim, flags, ovl, 1, scaleW, sc… in drawDecorations()
1522 …_screen->drawShape(_sceneDrawPage1, shapeData, x + 112, y, _sceneShpDim, flags, ovl, 1, scaleW, sc… in drawDecorations()
H A Dscene_eob.cpp600 setLevelShapesDim(t, _shpDmX1, _shpDmX2, _sceneShpDim); in drawSceneShapes()
671 … drawBlockObject(1, 2, shapeData, x, _levelDecorationProperties[l].shapeY[shpIx], _sceneShpDim); in drawDecorations()
674 … drawBlockObject(0, 2, shapeData, x, _levelDecorationProperties[l].shapeY[shpIx], _sceneShpDim); in drawDecorations()
H A Dkyra_rpg.h255 int _sceneShpDim; variable
H A Dkyra_rpg.cpp38 _sceneShpDim = 5; in KyraRpgEngine()
H A Dlol.cpp132 _sceneShpDim = 13; in LoLEngine()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Dscene_lol.cpp1406 setLevelShapesDim(t, _shpDmX1, _shpDmX2, _sceneShpDim); in drawSceneShapes()
1432 setDoorShapeDim(t, dimY1, dimY2, _sceneShpDim); in drawSceneShapes()
1434 setLevelShapesDim(t, dimY1, dimY2, _sceneShpDim); in drawSceneShapes()
1516 …_screen->drawShape(_sceneDrawPage1, shapeData, x + 112, y, _sceneShpDim, flags, ovl, 1, scaleW, sc… in drawDecorations()
1522 …_screen->drawShape(_sceneDrawPage1, shapeData, x + 112, y, _sceneShpDim, flags, ovl, 1, scaleW, sc… in drawDecorations()
H A Dscene_eob.cpp620 setLevelShapesDim(t, _shpDmX1, _shpDmX2, _sceneShpDim); in drawSceneShapes()
693 … drawBlockObject(1, 2, shapeData, x, _levelDecorationProperties[l].shapeY[shpIx], _sceneShpDim); in drawDecorations()
696 … drawBlockObject(0, 2, shapeData, x, _levelDecorationProperties[l].shapeY[shpIx], _sceneShpDim); in drawDecorations()
H A Dkyra_rpg.cpp42 _sceneShpDim = 5; in KyraRpgEngine()
H A Dkyra_rpg.h287 int _sceneShpDim; variable
H A Dlol.cpp135 _sceneShpDim = 13; in LoLEngine()