Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd.c1648 int i, pti; in gdImageFilledArc() local
1676 for (i = s, pti = 1; i <= e; i++, pti++) { in gdImageFilledArc()
1686 pti--; /* don't add this point */ in gdImageFilledArc()
1690 pts[pti].x = x; in gdImageFilledArc()
1693 pts[pti].x = x; in gdImageFilledArc()
1694 pts[pti].y = y; in gdImageFilledArc()
1704 pts[pti].x = x; in gdImageFilledArc()
1705 pts[pti].y = y; in gdImageFilledArc()
1734 pts[pti].x = cx; in gdImageFilledArc()
1735 pts[pti].y = cy; in gdImageFilledArc()
[all …]

Completed in 13 milliseconds