Searched refs:xt (Results 1 – 2 of 2) sorted by relevance
180 s32 xt; // truncated x coordinate in TestPoint() local186 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()
489 f32 xt, yt0, yt1; in DrawTessPanel() local520 xt = (f32)( x / 7.5F ) + s; in DrawTessPanel()524 GXTexCoord2f32(xt, yt0); in DrawTessPanel()527 GXTexCoord2f32(xt, yt1); in DrawTessPanel()