Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd.c158 im->thick = 1; in gdImageCreate()
221 im->thick = 1; in gdImageCreateTrueColor()
1105 int thick = im->thick; in gdImageLine() local
1207 wid = thick / as; in gdImageLine()
1381 int thick = im->thick; in gdImageDashedLine() local
1391 wid = thick / as; in gdImageDashedLine()
1440 wid = thick / as; in gdImageDashedLine()
2025 int thick = im->thick; in gdImageRectangle() local
2046 if (thick > 1) { in gdImageRectangle()
2056 cy = y1ul + thick; in gdImageRectangle()
[all …]
H A Dgd.h204 int thick; member
/PHP-7.1/ext/gd/
H A Dgd.c1624 zend_long thick; in PHP_FUNCTION() local
1627 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &IM, &thick) == FAILURE) { in PHP_FUNCTION()
1635 gdImageSetThickness(im, thick); in PHP_FUNCTION()

Completed in 21 milliseconds