Home
last modified time | relevance | path

Searched refs:thick (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/ext/gd/libgd/
H A Dgd.c160 im->thick = 1; in gdImageCreate()
223 im->thick = 1; in gdImageCreateTrueColor()
1107 int thick = im->thick; in gdImageLine() local
1209 wid = thick / as; in gdImageLine()
1383 int thick = im->thick; in gdImageDashedLine() local
1393 wid = thick / as; in gdImageDashedLine()
1443 wid = thick / as; in gdImageDashedLine()
2028 int thick = im->thick; in gdImageRectangle() local
2049 if (thick > 1) { in gdImageRectangle()
2059 cy = y1ul + thick; in gdImageRectangle()
[all …]
H A Dgd.h204 int thick; member
/PHP-5.6/ext/gd/
H A Dgd.c1738 long thick; in PHP_FUNCTION() local
1741 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &IM, &thick) == FAILURE) { in PHP_FUNCTION()
1747 gdImageSetThickness(im, thick); in PHP_FUNCTION()

Completed in 30 milliseconds