Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd.c1102 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local
1221 yend = y1; in gdImageLine()
1226 yend = y2; in gdImageLine()
1237 while (y < yend) { in gdImageLine()
1251 while (y < yend) { in gdImageLine()
1376 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1453 yend = y1; in gdImageDashedLine()
1458 yend = y2; in gdImageDashedLine()
1463 while (y < yend) { in gdImageDashedLine()
1474 while (y < yend) { in gdImageDashedLine()

Completed in 15 milliseconds