Searched refs:thick (Results 1 – 3 of 3) sorted by relevance
156 im->thick = 1; in gdImageCreate()217 im->thick = 1; in gdImageCreateTrueColor()1094 int thick = im->thick; in gdImageLine() local1196 wid = thick / as; in gdImageLine()1403 int thick = im->thick; in gdImageDashedLine() local1413 wid = thick / as; in gdImageDashedLine()1463 wid = thick / as; in gdImageDashedLine()2033 int thick = im->thick; in gdImageRectangle() local2053 if (thick > 1) { in gdImageRectangle()2063 cy = y1ul + thick; in gdImageRectangle()[all …]
139 int thick; member
1730 long thick; in PHP_FUNCTION() local1733 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &IM, &thick) == FAILURE) { in PHP_FUNCTION()1739 gdImageSetThickness(im, thick); in PHP_FUNCTION()
Completed in 38 milliseconds