Searched refs:oldp (Results 1 – 1 of 1) sorted by relevance
498 int oldp = p - 1; in donutPie2() local499 retstrips[p * 3] = retstrips[oldp * 3]; in donutPie2()500 retstrips[p * 3 + 1] = retstrips[oldp * 3 + 1]; in donutPie2()501 retstrips[p * 3 + 2] = retstrips[oldp * 3 + 2]; in donutPie2()504 oldp = p; in donutPie2()524 p = oldp - 1; in donutPie2()525 retstrips[p * 3] = retstrips[oldp * 3]; in donutPie2()526 retstrips[p * 3 + 1] = retstrips[oldp * 3 + 1]; in donutPie2()527 retstrips[p * 3 + 2] = retstrips[oldp * 3 + 2]; in donutPie2()