thick 1598 ext/gd/gd.c zend_long thick; thick 1601 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &IM, &thick) == FAILURE) { thick 1609 ext/gd/gd.c gdImageSetThickness(im, thick); thick 154 ext/gd/libgd/gd.c im->thick = 1; thick 217 ext/gd/libgd/gd.c im->thick = 1; thick 978 ext/gd/libgd/gd.c if ((p_dist >= 0) && (p_dist <= (float) (im->thick))) { thick 1054 ext/gd/libgd/gd.c if (im->thick > 1) { thick 1055 ext/gd/libgd/gd.c int thickhalf = im->thick >> 1; thick 1056 ext/gd/libgd/gd.c gdImageFilledRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col); thick 1073 ext/gd/libgd/gd.c if (im->thick > 1) { thick 1074 ext/gd/libgd/gd.c int thickhalf = im->thick >> 1; thick 1075 ext/gd/libgd/gd.c gdImageFilledRectangle(im, x - thickhalf, y1, x + im->thick - thickhalf - 1, y2, col); thick 1096 ext/gd/libgd/gd.c int thick = im->thick; thick 1134 ext/gd/libgd/gd.c wid = thick / ac; thick 1198 ext/gd/libgd/gd.c wid = thick / as; thick 1405 ext/gd/libgd/gd.c int thick = im->thick; thick 1415 ext/gd/libgd/gd.c wid = thick / as; thick 1419 ext/gd/libgd/gd.c wid = (int)(thick * sin(atan2(dy, dx))); thick 1465 ext/gd/libgd/gd.c wid = thick / as; thick 2037 ext/gd/libgd/gd.c int thick = im->thick; thick 2040 ext/gd/libgd/gd.c if (x1 == x2 && y1 == y2 && thick == 1) { thick 2058 ext/gd/libgd/gd.c if (thick > 1) { thick 2060 ext/gd/libgd/gd.c int half = thick >> 1; thick 2068 ext/gd/libgd/gd.c cy = y1ul + thick; thick 2076 ext/gd/libgd/gd.c cy = y2lr - thick; thick 2084 ext/gd/libgd/gd.c cy = y1ul + thick - 1; thick 2085 ext/gd/libgd/gd.c while (cy++ < y2lr -thick) { thick 2087 ext/gd/libgd/gd.c while (cx++ < x1ul + thick) { thick 2092 ext/gd/libgd/gd.c cy = y1ul + thick - 1; thick 2093 ext/gd/libgd/gd.c while (cy++ < y2lr -thick) { thick 2094 ext/gd/libgd/gd.c cx = x2lr - thick - 1; thick 2739 ext/gd/libgd/gd.c im->thick = thickness; thick 204 ext/gd/libgd/gd.h int thick;