Searched refs:thick (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd.h | 204 int thick; member in struct:gdImageStruct
|
| H A D | gd.c | 156 im->thick = 1; 219 im->thick = 1; 980 if ((p_dist >= 0) && (p_dist <= (float) (im->thick))) { 1056 if (im->thick > 1) { 1057 int thickhalf = im->thick >> 1; 1058 gdImageFilledRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col); 1075 if (im->thick > 1) { 1076 int thickhalf = im->thick >> 1; 1077 gdImageFilledRectangle(im, x - thickhalf, y1, x + im->thick - thickhalf - 1, y2, col); 1098 int thick local 1407 int thick = im->thick; local 2035 int thick = im->thick; local [all...] |
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 1697 long thick; local 1700 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &IM, &thick) == FAILURE) { 1706 gdImageSetThickness(im, thick);
|
Completed in 15 milliseconds