Home
last modified time | relevance | path

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

/php-src/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.h843 int gdImageSmooth(gdImagePtr im, float weight);
/php-src/ext/standard/
H A Ddns.c1054 u_short type, weight; in PHP_FUNCTION() local
1130 GETSHORT(weight, cp); in PHP_FUNCTION()
1138 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
/php-src/ext/gd/
H A Dgd.c3570 double weight; in php_image_filter_smooth() local
3575 Z_PARAM_DOUBLE(weight) in php_image_filter_smooth()
3580 if (gdImageSmooth(im_src, (float)weight)==1) { in php_image_filter_smooth()

Completed in 22 milliseconds