Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_filter.c557 int gdImageSmooth(gdImagePtr im, float weight) in gdImageSmooth() argument
563 filter[1][1] = weight; in gdImageSmooth()
565 return gdImageConvolution(im, filter, weight+8, 0); in gdImageSmooth()
H A Dgd.h818 int gdImageSmooth(gdImagePtr im, float weight);
/PHP-7.4/ext/standard/
H A Ddns.c1052 u_short type, weight; in PHP_FUNCTION() local
1128 GETSHORT(weight, cp); in PHP_FUNCTION()
1136 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
H A Dbasic_functions.c981 ZEND_ARG_INFO(1, weight) /* ARRAY_INFO(1, weight, 1) */
/PHP-7.4/ext/gd/
H A Dgd.c4520 double weight; in php_image_filter_smooth() local
4522 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rld", &SIM, &tmp, &weight) == FAILURE) { in php_image_filter_smooth()
4530 if (gdImageSmooth(im_src, (float)weight)==1) { in php_image_filter_smooth()

Completed in 86 milliseconds