Searched defs:weight (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/ext/gd/libgd/ |
| 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);
|
| /PHP_5_4/ext/gd/ |
| H A D | gd.c | 4935 double weight; local 4937 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rld", &SIM, &tmp, &weight) == FAILURE) { 4947 if (gdImageSmooth(im_src, (float)weight)==1) {
|
| /PHP_5_4/ext/standard/ |
| H A D | dns.c | 669 add_assoc_long(*subarray, "weight", n); 924 /* {{{ proto bool dns_get_mx(string hostname, array mxhosts [, array weight]) 932 u_short type, weight; local 1003 GETSHORT(weight, cp); 1011 add_next_index_long(weight_list, weight);
|
Completed in 17 milliseconds