Searched refs:fy (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd.c | 1678 int fx = 0, fy = 0; in gdImageFilledArc() local 1725 fy = y; in gdImageFilledArc() 1734 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc() 1736 gdImageLine(im, fx, fy, lx, ly, color); in gdImageFilledArc() 1739 pts[0].y = fy; in gdImageFilledArc() 1750 gdImageLine(im, cx, cy, fx, fy, color); in gdImageFilledArc()
|
Completed in 10 milliseconds