Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/libgd/
H A Dgd.c1096 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local
1152 xend = x1; in gdImageLine()
1157 xend = x2; in gdImageLine()
1167 while (x < xend) { in gdImageLine()
1181 while (x < xend) { in gdImageLine()
1376 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1404 xend = x1; in gdImageDashedLine()
1409 xend = x2; in gdImageDashedLine()
1413 while (x < xend) { in gdImageDashedLine()
1424 while (x < xend) { in gdImageDashedLine()

Completed in 16 milliseconds