Searched refs:weight (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/gd/libgd/ |
H A D | gd_filter.c | 557 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 D | gd.h | 841 int gdImageSmooth(gdImagePtr im, float weight);
|
/PHP-8.3/ext/standard/ |
H A D | dns.c | 1051 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 D | gd.c | 3288 double weight; in php_image_filter_smooth() local 3290 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Old", &SIM, gd_image_ce, &tmp, &weight) == FAILURE) { in php_image_filter_smooth() 3296 if (gdImageSmooth(im_src, (float)weight)==1) { in php_image_filter_smooth()
|
Completed in 23 milliseconds