Home
last modified time | relevance | path

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

/PHP-5.4/ext/gd/libgd/
H A Dgd.c2615 int ind1, ind2; in gdImageFilledPolygon() local
2673 ind1 = n - 1; in gdImageFilledPolygon()
2676 ind1 = i - 1; in gdImageFilledPolygon()
2679 y1 = p[ind1].y; in gdImageFilledPolygon()
2682 x1 = p[ind1].x; in gdImageFilledPolygon()
2685 y2 = p[ind1].y; in gdImageFilledPolygon()
2687 x2 = p[ind1].x; in gdImageFilledPolygon()

Completed in 10 milliseconds