Searched refs:pti (Results 1 – 1 of 1) sorted by relevance
1597 int i, pti; in gdImageFilledArc() local1625 for (i = s, pti = 1; i <= e; i++, pti++) { in gdImageFilledArc()1639 pts[pti].x = x; in gdImageFilledArc()1642 pts[pti].x = x; in gdImageFilledArc()1643 pts[pti].y = y; in gdImageFilledArc()1692 pti++; in gdImageFilledArc()1694 if (pts[pti-1].x != endx && pts[pti-1].y == endy) { in gdImageFilledArc()1696 pts[pti].x = endx; in gdImageFilledArc()1698 pti++; in gdImageFilledArc()1701 pts[pti].x = cx; in gdImageFilledArc()[all …]
Completed in 11 milliseconds