Searched refs:weight (Results 1 – 4 of 4) sorted by relevance
557 int gdImageSmooth(gdImagePtr im, float weight) in gdImageSmooth() argument563 filter[1][1] = weight; in gdImageSmooth()565 return gdImageConvolution(im, filter, weight+8, 0); in gdImageSmooth()
843 int gdImageSmooth(gdImagePtr im, float weight);
1054 u_short type, weight; in PHP_FUNCTION() local1130 GETSHORT(weight, cp); in PHP_FUNCTION()1138 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
3570 double weight; in php_image_filter_smooth() local3575 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