Searched refs:startp (Results 1 – 1 of 1) sorted by relevance
471 int startp = p; in donutPie2() local488 retstrips[p * 3] = retstrips[startp * 3]; in donutPie2()489 retstrips[p * 3 + 1] = retstrips[startp * 3 + 1]; in donutPie2()490 retstrips[p * 3 + 2] = retstrips[startp * 3 + 2]; in donutPie2()492 startp++; in donutPie2()493 retstrips[p * 3] = retstrips[startp * 3]; in donutPie2()494 retstrips[p * 3 + 1] = retstrips[startp * 3 + 1]; in donutPie2()495 retstrips[p * 3 + 2] = retstrips[startp * 3 + 2]; in donutPie2()