Searched refs:thickhalf (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gd.c | 1004 int thickhalf = im->thick >> 1; in gdImageHLine() local 1005 _gdImageFilledHRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col); in gdImageHLine() 1023 int thickhalf = im->thick >> 1; in gdImageVLine() local 1024 gdImageFilledRectangle(im, x - thickhalf, y1, x + im->thick - thickhalf - 1, y2, col); in gdImageVLine()
|
Completed in 17 milliseconds