Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd.c156 im->thick = 1; in gdImageCreate()
217 im->thick = 1; in gdImageCreateTrueColor()
1094 int thick = im->thick; in gdImageLine() local
1196 wid = thick / as; in gdImageLine()
1403 int thick = im->thick; in gdImageDashedLine() local
1413 wid = thick / as; in gdImageDashedLine()
1463 wid = thick / as; in gdImageDashedLine()
2033 int thick = im->thick; in gdImageRectangle() local
2053 if (thick > 1) { in gdImageRectangle()
2063 cy = y1ul + thick; in gdImageRectangle()
[all …]
H A Dgd.h139 int thick; member
/PHP-5.3/ext/gd/
H A Dgd.c1730 long thick; in PHP_FUNCTION() local
1733 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 26 milliseconds