Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd.c1104 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local
1160 xend = x1; in gdImageLine()
1165 xend = x2; in gdImageLine()
1175 while (x < xend) { in gdImageLine()
1189 while (x < xend) { in gdImageLine()
1378 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1407 xend = x1; in gdImageDashedLine()
1412 xend = x2; in gdImageDashedLine()
1416 while (x < xend) { in gdImageDashedLine()
1427 while (x < xend) { in gdImageDashedLine()

Completed in 12 milliseconds