Searched refs:pts (Results 1 – 1 of 1) sorted by relevance
1668 pts[0].x = fx; in gdImageFilledArc()1669 pts[0].y = fy; in gdImageFilledArc()1670 pts[1].x = lx; in gdImageFilledArc()1671 pts[1].y = ly; in gdImageFilledArc()1684 if (pts[1].x != startx && pts[1].y == starty) { in gdImageFilledArc()1687 pts[i].x = pts[i-1].x; in gdImageFilledArc()1688 pts[i].y = pts[i-1].y; in gdImageFilledArc()1694 if (pts[pti-1].x != endx && pts[pti-1].y == endy) { in gdImageFilledArc()2018 char **pts; in _gdImageFillTiled() local2077 efree(pts[i]); in _gdImageFillTiled()[all …]
Completed in 15 milliseconds