Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd.c160 im->thick = 1; in gdImageCreate()
223 im->thick = 1; in gdImageCreateTrueColor()
1105 int thick = im->thick; in gdImageLine() local
1207 wid = thick / as; in gdImageLine()
1414 int thick = im->thick; in gdImageDashedLine() local
1424 wid = thick / as; in gdImageDashedLine()
1474 wid = thick / as; in gdImageDashedLine()
2046 int thick = im->thick; in gdImageRectangle() local
2065 if (thick > 1) { in gdImageRectangle()
2075 cy = y1ul + thick; in gdImageRectangle()
[all …]
H A Dgd.h204 int thick; member
/PHP-5.5/ext/gd/
H A Dgd.c1695 long thick; in PHP_FUNCTION() local
1698 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &IM, &thick) == FAILURE) { in PHP_FUNCTION()
1704 gdImageSetThickness(im, thick); in PHP_FUNCTION()

Completed in 31 milliseconds