Searched refs:div (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 826 ZEND_ARG_INFO(0, div) 4856 /* {{{ proto resource imageconvolution(resource src_im, array matrix3x3, double div, double offset) 4857 Apply a 3x3 convolution matrix, using coefficient div and offset */ 4863 double div, offset; local 4867 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "radd", &SIM, &hash_matrix, &div, &offset) == FAILURE) { 4898 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset);
|
Completed in 10 milliseconds