Searched refs:xend (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/gd/libgd/ |
H A D | gd.c | 1042 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local 1098 xend = x1; in gdImageLine() 1103 xend = x2; in gdImageLine() 1113 while (x < xend) { in gdImageLine() 1127 while (x < xend) { in gdImageLine() 1322 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local 1350 xend = x1; in gdImageDashedLine() 1355 xend = x2; in gdImageDashedLine() 1359 while (x < xend) { in gdImageDashedLine() 1370 while (x < xend) { in gdImageDashedLine()
|
Completed in 14 milliseconds