Home
last modified time | relevance | path

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

/PHP-5.4/ext/gd/libgd/
H A Dgd.c1091 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local
1147 xend = x1; in gdImageLine()
1152 xend = x2; in gdImageLine()
1162 while (x < xend) { in gdImageLine()
1176 while (x < xend) { in gdImageLine()
1398 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1427 xend = x1; in gdImageDashedLine()
1432 xend = x2; in gdImageDashedLine()
1436 while (x < xend) { in gdImageDashedLine()
1447 while (x < xend) { in gdImageDashedLine()

Completed in 10 milliseconds