Home
last modified time | relevance | path

Searched refs:xend (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
1158 xend = x1; in gdImageLine()
1163 xend = x2; in gdImageLine()
1173 while (x < xend) { in gdImageLine()
1187 while (x < xend) { in gdImageLine()
1376 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1405 xend = x1; in gdImageDashedLine()
1410 xend = x2; in gdImageDashedLine()
1414 while (x < xend) { in gdImageDashedLine()
1425 while (x < xend) { in gdImageDashedLine()

Completed in 12 milliseconds