Searched refs:thick (Results 1 – 3 of 3) sorted by relevance
158 im->thick = 1; in gdImageCreate()221 im->thick = 1; in gdImageCreateTrueColor()1105 int thick = im->thick; in gdImageLine() local1207 wid = thick / as; in gdImageLine()1381 int thick = im->thick; in gdImageDashedLine() local1391 wid = thick / as; in gdImageDashedLine()1440 wid = thick / as; in gdImageDashedLine()2025 int thick = im->thick; in gdImageRectangle() local2046 if (thick > 1) { in gdImageRectangle()2056 cy = y1ul + thick; in gdImageRectangle()[all …]
204 int thick; member
1624 zend_long thick; in PHP_FUNCTION() local1627 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