Home
last modified time | relevance | path

Searched refs:pti (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/gd/libgd/
H A Dgd.c1593 int i, pti; in gdImageFilledArc() local
1621 for (i = s, pti = 1; i <= e; i++, pti++) { in gdImageFilledArc()
1635 pts[pti].x = x; in gdImageFilledArc()
1638 pts[pti].x = x; in gdImageFilledArc()
1639 pts[pti].y = y; in gdImageFilledArc()
1688 pti++; in gdImageFilledArc()
1690 if (pts[pti-1].x != endx && pts[pti-1].y == endy) { in gdImageFilledArc()
1692 pts[pti].x = endx; in gdImageFilledArc()
1694 pti++; in gdImageFilledArc()
1697 pts[pti].x = cx; in gdImageFilledArc()
[all …]

Completed in 11 milliseconds