Searched refs:weight (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_filter.c | 459 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 D | gd.h | 812 int gdImageSmooth(gdImagePtr im, float weight);
|
/PHP-7.3/ext/pdo/ |
H A D | README | 8 1/ Be light-weight
|
/PHP-7.3/ext/standard/ |
H A D | dns.c | 1033 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 D | basic_functions.c | 994 ZEND_ARG_INFO(1, weight) /* ARRAY_INFO(1, weight, 1) */
|
/PHP-7.3/ext/gd/ |
H A D | gd.c | 4445 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 37 milliseconds