Home
last modified time | relevance | path

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

/PHP-8.3/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.h841 int gdImageSmooth(gdImagePtr im, float weight);
/PHP-8.3/ext/standard/
H A Ddns.c1051 u_short type, weight; in PHP_FUNCTION() local
1127 GETSHORT(weight, cp); in PHP_FUNCTION()
1135 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
/PHP-8.3/ext/gd/
H A Dgd.c3283 double weight; in php_image_filter_smooth() local
3285 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Old", &SIM, gd_image_ce, &tmp, &weight) == FAILURE) { in php_image_filter_smooth()
3291 if (gdImageSmooth(im_src, (float)weight)==1) { in php_image_filter_smooth()

Completed in 33 milliseconds