Lines Matching refs:position
991 f32 position[2]; in DrawGrid() local
1001 position[1] = -GRID_LENGTH * 0.5f; in DrawGrid()
1004 position[0] = -GRID_LENGTH * 0.5f; in DrawGrid()
1008 GXPosition3f32( position[0], position[1], 0 ); in DrawGrid()
1009 position[0] += increment; in DrawGrid()
1011 position[1] += increment; in DrawGrid()
1015 position[0] = -GRID_LENGTH * 0.5f; in DrawGrid()
1018 position[1] = -GRID_LENGTH * 0.5f; in DrawGrid()
1022 GXPosition3f32( position[0], position[1], 0 ); in DrawGrid()
1023 position[1] += increment; in DrawGrid()
1025 position[0] += increment; in DrawGrid()