Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd.c1600 int startx = -1, starty = -1, endx = -1, endy = -1; in gdImageFilledArc() local
1627 x = endx = ((long) gdCosT[i % 360] * (long) w / (2 * 1024)) + cx; in gdImageFilledArc()
1694 if (pts[pti-1].x != endx && pts[pti-1].y == endy) { in gdImageFilledArc()
1696 pts[pti].x = endx; in gdImageFilledArc()

Completed in 13 milliseconds