Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/
Dsmp-toy-anim.c180 s32 xt; // truncated x coordinate in TestPoint() local
186 xt = (s32)((x + 20.0) / 10.0); in TestPoint()
190 if (xt < 0) xt = 0; in TestPoint()
191 if (xt > 17) xt = 17; in TestPoint()
195 tilec = CollisionGrid[curgrid][yt][xt]; in TestPoint()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/
Dlit-tx-alpha.c489 f32 xt, yt0, yt1; in DrawTessPanel() local
520 xt = (f32)( x / 7.5F ) + s; in DrawTessPanel()
524 GXTexCoord2f32(xt, yt0); in DrawTessPanel()
527 GXTexCoord2f32(xt, yt1); in DrawTessPanel()