Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd.c2045 int x1h = x1, x1v = x1, y1h = y1, y1v = y1, x2h = x2, x2v = x2, y2h = y2, y2v = y2; in gdImageRectangle() local
2064 x1h = x1; x1v = x1; y1h = y1; y1v = y1; x2h = x2; x2v = x2; y2h = y2; y2v = y2; in gdImageRectangle()
2111 gdImageLine(im, x1h, y1h, x2h, y1h, color); in gdImageRectangle()
2112 gdImageLine(im, x1h, y2h, x2h, y2h, color); in gdImageRectangle()

Completed in 11 milliseconds