Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c2651 int ind1, ind2; in gdImageFilledPolygon() local
2723 ind2 = 0; in gdImageFilledPolygon()
2726 ind2 = i; in gdImageFilledPolygon()
2729 y2 = p[ind2].y; in gdImageFilledPolygon()
2732 x2 = p[ind2].x; in gdImageFilledPolygon()
2735 y1 = p[ind2].y; in gdImageFilledPolygon()
2737 x1 = p[ind2].x; in gdImageFilledPolygon()

Completed in 11 milliseconds