Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/libgd/
H A Dgd_filter.c459 int gdImageSmooth(gdImagePtr im, float weight) in gdImageSmooth() argument
465 filter[1][1] = weight; in gdImageSmooth()
467 return gdImageConvolution(im, filter, weight+8, 0); in gdImageSmooth()
H A Dgd.h812 int gdImageSmooth(gdImagePtr im, float weight);
/PHP-7.3/ext/pdo/
H A DREADME8 1/ Be light-weight
/PHP-7.3/ext/standard/
H A Ddns.c1033 u_short type, weight; in PHP_FUNCTION() local
1105 GETSHORT(weight, cp); in PHP_FUNCTION()
1113 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
H A Dbasic_functions.c994 ZEND_ARG_INFO(1, weight) /* ARRAY_INFO(1, weight, 1) */
/PHP-7.3/ext/gd/
H A Dgd.c4445 double weight; in php_image_filter_smooth() local
4447 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rld", &SIM, &tmp, &weight) == FAILURE) { in php_image_filter_smooth()
4455 if (gdImageSmooth(im_src, (float)weight)==1) { in php_image_filter_smooth()

Completed in 58 milliseconds