Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/gxdemo/src/G2D/
DG2D-test.c148 f32 rWorldWidth, rWorldHeight; in MoveClouds() local
162 rWorldHeight = (f32)(lyrBack.nTileHeight << lyrBack.nVS); in MoveClouds()
166 if (poCloudCam.rPosY >= rWorldHeight) { poCloudCam.rPosY -= rWorldHeight; } in MoveClouds()
167 else if (poCloudCam.rPosY < 0) { poCloudCam.rPosY += rWorldHeight; } in MoveClouds()
DG2D-testPhy.c55 f32 rWorldWidth, rWorldHeight; variable
227 if (poCam.rPosY >= rWorldHeight) { poCam.rPosY -= rWorldHeight; } in CameraUpdate()
228 else if (poCam.rPosY < 0) { poCam.rPosY += rWorldHeight; } in CameraUpdate()
551 rWorldHeight = (f32)(lyrBack.nTileHeight << lyrBack.nVS); in AnimInit()
620 if (poShip.rPosY >= rWorldHeight) { poShip.rPosY -= rWorldHeight; } in MoveShip()
621 else if (poShip.rPosY < 0) { poShip.rPosY += rWorldHeight; } in MoveShip()
DG2D-testEditor.c113 if (poShip.rPosY >= rWorldHeight) { poShip.rPosY -= rWorldHeight; } in MapEditor()
114 else if (poShip.rPosY < 0) { poShip.rPosY += rWorldHeight; } in MapEditor()
/RvlSDK-3.3/build/demos/gxdemo/include/
DG2D-test.h60 extern f32 rWorldWidth, rWorldHeight;