thickhalf 1057 ext/gd/libgd/gd.c int thickhalf = im->thick >> 1; thickhalf 1058 ext/gd/libgd/gd.c gdImageFilledRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col); thickhalf 1076 ext/gd/libgd/gd.c int thickhalf = im->thick >> 1; thickhalf 1077 ext/gd/libgd/gd.c gdImageFilledRectangle(im, x - thickhalf, y1, x + im->thick - thickhalf - 1, y2, col);