Home
last modified time | relevance | path

Searched refs:xdirflag (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
1132 xdirflag = (-1); in gdImageLine()
1137 xdirflag = 1; in gdImageLine()
1146 if (((x2 - x1) * xdirflag) > 0) { in gdImageLine()
1292 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1369 xdirflag = (-1); in gdImageDashedLine()
1374 xdirflag = 1; in gdImageDashedLine()
1377 if (((x2 - x1) * xdirflag) > 0) { in gdImageDashedLine()

Completed in 11 milliseconds