Searched refs:weight (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gd.h | 675 int gdImageSmooth(gdImagePtr im, float weight);
|
| H A D | gd_filter.c | 451 int gdImageSmooth(gdImagePtr im, float weight) argument 457 filter[1][1] = weight; 459 return gdImageConvolution(im, filter, weight+8, 0);
|
| H A D | gd_compat.h | 43 int gdImageSmooth(gdImagePtr im, float weight);
|
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 1015 ZEND_ARG_INFO(1, weight) /* ARRAY_INFO(1, weight, 1) */
|
| H A D | dns.c | 659 add_assoc_long(*subarray, "weight", n); 888 /* {{{ proto bool dns_get_mx(string hostname, array mxhosts [, array weight]) 896 u_short type, weight; local 967 GETSHORT(weight, cp); 975 add_next_index_long(weight_list, weight);
|
| /PHP_5_3/ext/gd/ |
| H A D | gd.c | 4901 double weight; local 4903 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rld", &SIM, &tmp, &weight) == FAILURE) { 4913 if (gdImageSmooth(im_src, (float)weight)==1) {
|
Completed in 34 milliseconds