Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd.c204 im->thick = 1; in gdImageCreate()
264 im->thick = 1; in gdImageCreateTrueColor()
1045 int thick = im->thick; in gdImageLine() local
1147 wid = thick / as; in gdImageLine()
1327 int thick = im->thick; in gdImageDashedLine() local
1337 wid = thick / as; in gdImageDashedLine()
1386 wid = thick / as; in gdImageDashedLine()
2082 int thick = im->thick; in gdImageRectangle() local
2102 if (thick > 1) { in gdImageRectangle()
2112 cy = y1ul + thick; in gdImageRectangle()
[all …]
H A Dgd.h215 int thick; member
/PHP-7.2/ext/gd/
H A Dgd.c1679 zend_long thick; in PHP_FUNCTION() local
1682 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &IM, &thick) == FAILURE) { in PHP_FUNCTION()
1690 gdImageSetThickness(im, thick); in PHP_FUNCTION()

Completed in 27 milliseconds