Home
last modified time | relevance | path

Searched refs:offsetXinModel (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cruise/
H A DmainDraw.cpp723 int offsetXinModel = 0; // offset of the X value in the model in buildPolyModel() local
792 ptrPoly_1_Buf[0] = offsetXinModel - x; in buildPolyModel()
794 offsetXinModel = x; in buildPolyModel()
881 int offsetXinModel = 0; // offset of the X value in the model in findPoly() local
950 ptrPoly_1_Buf[0] = offsetXinModel - x; in findPoly()
952 offsetXinModel = x; in findPoly()
/dports/games/scummvm/scummvm-2.5.1/engines/cruise/
H A DmainDraw.cpp723 int offsetXinModel = 0; // offset of the X value in the model in buildPolyModel() local
792 ptrPoly_1_Buf[0] = offsetXinModel - x; in buildPolyModel()
794 offsetXinModel = x; in buildPolyModel()
881 int offsetXinModel = 0; // offset of the X value in the model in findPoly() local
950 ptrPoly_1_Buf[0] = offsetXinModel - x; in findPoly()
952 offsetXinModel = x; in findPoly()