Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/libgd/
H A Dgd.c2681 int ind1, ind2; in gdImageFilledPolygon() local
2752 ind1 = n - 1; in gdImageFilledPolygon()
2755 ind1 = i - 1; in gdImageFilledPolygon()
2758 y1 = p[ind1].y; in gdImageFilledPolygon()
2761 x1 = p[ind1].x; in gdImageFilledPolygon()
2764 y2 = p[ind1].y; in gdImageFilledPolygon()
2766 x2 = p[ind1].x; in gdImageFilledPolygon()

Completed in 16 milliseconds