Home
last modified time | relevance | path

Searched refs:yend (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
1221 yend = y1; in gdImageLine()
1226 yend = y2; in gdImageLine()
1237 while (y < yend) { in gdImageLine()
1251 while (y < yend) { in gdImageLine()
1409 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; in gdImageDashedLine() local
1486 yend = y1; in gdImageDashedLine()
1491 yend = y2; in gdImageDashedLine()
1496 while (y < yend) { in gdImageDashedLine()
1507 while (y < yend) { in gdImageDashedLine()

Completed in 12 milliseconds