Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd.c1064 int thickhalf = im->thick >> 1; in gdImageHLine() local
1065 _gdImageFilledHRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col); in gdImageHLine()
1083 int thickhalf = im->thick >> 1; in gdImageVLine() local
1084 gdImageFilledRectangle(im, x - thickhalf, y1, x + im->thick - thickhalf - 1, y2, col); in gdImageVLine()

Completed in 12 milliseconds