Lines Matching refs:position
950 f32 position[2]; in DrawGrid() local
960 position[1] = -GRID_LENGTH * 0.5f; in DrawGrid()
963 position[0] = -GRID_LENGTH * 0.5f; in DrawGrid()
967 GXPosition3f32( position[0], position[1], 0 ); in DrawGrid()
968 position[0] += increment; in DrawGrid()
970 position[1] += increment; in DrawGrid()
974 position[0] = -GRID_LENGTH * 0.5f; in DrawGrid()
977 position[1] = -GRID_LENGTH * 0.5f; in DrawGrid()
981 GXPosition3f32( position[0], position[1], 0 ); in DrawGrid()
982 position[1] += increment; in DrawGrid()
984 position[0] += increment; in DrawGrid()