Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd.c1647 int i, pti; in gdImageFilledArc() local
1675 for (i = s, pti = 1; i <= e; i++, pti++) { in gdImageFilledArc()
1685 pti--; /* don't add this point */ in gdImageFilledArc()
1689 pts[pti].x = x; in gdImageFilledArc()
1692 pts[pti].x = x; in gdImageFilledArc()
1693 pts[pti].y = y; in gdImageFilledArc()
1703 pts[pti].x = x; in gdImageFilledArc()
1704 pts[pti].y = y; in gdImageFilledArc()
1733 pts[pti].x = cx; in gdImageFilledArc()
1734 pts[pti].y = cy; in gdImageFilledArc()
[all …]

Completed in 11 milliseconds