Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd.c2624 int ind1, ind2; in gdImageFilledPolygon() local
2683 ind2 = 0; in gdImageFilledPolygon()
2686 ind2 = i; in gdImageFilledPolygon()
2689 y2 = p[ind2].y; in gdImageFilledPolygon()
2692 x2 = p[ind2].x; in gdImageFilledPolygon()
2695 y1 = p[ind2].y; in gdImageFilledPolygon()
2697 x1 = p[ind2].x; in gdImageFilledPolygon()

Completed in 13 milliseconds