Home
last modified time | relevance | path

Searched refs:yend (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
1131 yend = y1; in gdImageLine()
1136 yend = y2; in gdImageLine()
1147 while (y < yend) { in gdImageLine()
1161 while (y < yend) { in gdImageLine()
1292 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1368 yend = y1; in gdImageDashedLine()
1373 yend = y2; in gdImageDashedLine()
1378 while (y < yend) { in gdImageDashedLine()
1389 while (y < yend) { in gdImageDashedLine()

Completed in 10 milliseconds