Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd.c1102 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageLine() local
1222 xdirflag = (-1); in gdImageLine()
1227 xdirflag = 1; in gdImageLine()
1236 if (((x2 - x1) * xdirflag) > 0) { in gdImageLine()
1409 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1487 xdirflag = (-1); in gdImageDashedLine()
1492 xdirflag = 1; in gdImageDashedLine()
1495 if (((x2 - x1) * xdirflag) > 0) { in gdImageDashedLine()

Completed in 12 milliseconds