Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd.c1042 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local
1161 yend = y1; in gdImageLine()
1166 yend = y2; in gdImageLine()
1177 while (y < yend) { in gdImageLine()
1191 while (y < yend) { in gdImageLine()
1322 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1398 yend = y1; in gdImageDashedLine()
1403 yend = y2; in gdImageDashedLine()
1408 while (y < yend) { in gdImageDashedLine()
1419 while (y < yend) { in gdImageDashedLine()

Completed in 11 milliseconds