Searched refs:xdirflag (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gd.c | 1042 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local 1162 xdirflag = (-1); in gdImageLine() 1167 xdirflag = 1; in gdImageLine() 1176 if (((x2 - x1) * xdirflag) > 0) { in gdImageLine() 1322 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local 1399 xdirflag = (-1); in gdImageDashedLine() 1404 xdirflag = 1; in gdImageDashedLine() 1407 if (((x2 - x1) * xdirflag) > 0) { in gdImageDashedLine()
|
Completed in 13 milliseconds