thick            1715 ext/gd/gd.c    	long thick;
thick            1718 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &IM, &thick) == FAILURE) {
thick            1724 ext/gd/gd.c    	gdImageSetThickness(im, thick);
thick             156 ext/gd/libgd/gd.c 	im->thick = 1;
thick             219 ext/gd/libgd/gd.c 	im->thick = 1;
thick             980 ext/gd/libgd/gd.c 	if ((p_dist >= 0) && (p_dist <= (float) (im->thick))) {
thick            1056 ext/gd/libgd/gd.c 	if (im->thick > 1) {
thick            1057 ext/gd/libgd/gd.c 		int thickhalf = im->thick >> 1;
thick            1058 ext/gd/libgd/gd.c 		gdImageFilledRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col);
thick            1075 ext/gd/libgd/gd.c 	if (im->thick > 1) {
thick            1076 ext/gd/libgd/gd.c 		int thickhalf = im->thick >> 1;
thick            1077 ext/gd/libgd/gd.c 		gdImageFilledRectangle(im, x - thickhalf, y1, x + im->thick - thickhalf - 1, y2, col);
thick            1098 ext/gd/libgd/gd.c 	int thick = im->thick;
thick            1136 ext/gd/libgd/gd.c 				wid = thick / ac;
thick            1200 ext/gd/libgd/gd.c 			wid = thick / as;
thick            1407 ext/gd/libgd/gd.c 	int thick = im->thick;
thick            1417 ext/gd/libgd/gd.c 			wid = thick / as;
thick            1421 ext/gd/libgd/gd.c 		wid = (int)(thick * sin(atan2(dy, dx)));
thick            1467 ext/gd/libgd/gd.c 			wid = thick / as;
thick            2039 ext/gd/libgd/gd.c 	int thick = im->thick;
thick            2042 ext/gd/libgd/gd.c 	if (x1 == x2 && y1 == y2 && thick == 1) {
thick            2060 ext/gd/libgd/gd.c 	if (thick > 1) {
thick            2062 ext/gd/libgd/gd.c 		int half = thick >> 1;
thick            2070 ext/gd/libgd/gd.c 		cy = y1ul + thick;
thick            2078 ext/gd/libgd/gd.c 		cy = y2lr - thick;
thick            2086 ext/gd/libgd/gd.c 		cy = y1ul + thick - 1;
thick            2087 ext/gd/libgd/gd.c 		while (cy++ < y2lr -thick) {
thick            2089 ext/gd/libgd/gd.c 			while (cx++ < x1ul + thick) {
thick            2094 ext/gd/libgd/gd.c 		cy = y1ul + thick - 1;
thick            2095 ext/gd/libgd/gd.c 		while (cy++ < y2lr -thick) {
thick            2096 ext/gd/libgd/gd.c 			cx = x2lr - thick - 1;
thick            2741 ext/gd/libgd/gd.c 	im->thick = thickness;
thick             204 ext/gd/libgd/gd.h 	int thick;