Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c1567 int i, pti; in gdImageFilledArc() local
1595 for (i = s, pti = 1; i <= e; i++, pti++) { in gdImageFilledArc()
1609 pts[pti].x = x; in gdImageFilledArc()
1612 pts[pti].x = x; in gdImageFilledArc()
1613 pts[pti].y = y; in gdImageFilledArc()
1662 pti++; in gdImageFilledArc()
1664 if (pts[pti-1].x != endx && pts[pti-1].y == endy) { in gdImageFilledArc()
1666 pts[pti].x = endx; in gdImageFilledArc()
1668 pti++; in gdImageFilledArc()
1671 pts[pti].x = cx; in gdImageFilledArc()
[all …]

Completed in 13 milliseconds