thickhalf        1055 ext/gd/libgd/gd.c 		int thickhalf = im->thick >> 1;
thickhalf        1056 ext/gd/libgd/gd.c 		gdImageFilledRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col);
thickhalf        1074 ext/gd/libgd/gd.c 		int thickhalf = im->thick >> 1;
thickhalf        1075 ext/gd/libgd/gd.c 		gdImageFilledRectangle(im, x - thickhalf, y1, x + im->thick - thickhalf - 1, y2, col);