Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd.c1012 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local
1068 xend = x1; in gdImageLine()
1073 xend = x2; in gdImageLine()
1083 while (x < xend) { in gdImageLine()
1097 while (x < xend) { in gdImageLine()
1292 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1320 xend = x1; in gdImageDashedLine()
1325 xend = x2; in gdImageDashedLine()
1329 while (x < xend) { in gdImageDashedLine()
1340 while (x < xend) { in gdImageDashedLine()

Completed in 9 milliseconds