Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd.c2640 int ind1, ind2; in gdImageFilledPolygon() local
2711 ind1 = n - 1; in gdImageFilledPolygon()
2714 ind1 = i - 1; in gdImageFilledPolygon()
2717 y1 = p[ind1].y; in gdImageFilledPolygon()
2720 x1 = p[ind1].x; in gdImageFilledPolygon()
2723 y2 = p[ind1].y; in gdImageFilledPolygon()
2725 x2 = p[ind1].x; in gdImageFilledPolygon()

Completed in 17 milliseconds