Searched refs:gdImageConvolution (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_filter.c | 237 int gdImageConvolution(gdImagePtr src, float filter[3][3], float filter_div, float offset) in gdImageConvolution() function 423 return gdImageConvolution(src, filter, 1, 127); in gdImageEdgeDetectQuick() 432 return gdImageConvolution(im, filter, 16, 0); in gdImageGaussianBlur() 446 return gdImageConvolution(im, filter, 1, 127); in gdImageEmboss() 455 return gdImageConvolution(im, filter, 1, 0); in gdImageMeanRemoval() 466 return gdImageConvolution(im, filter, weight+8, 0); in gdImageSmooth()
|
H A D | gd.h | 787 int gdImageConvolution(gdImagePtr src, float ft[3][3], float filter_div, float offset);
|
/PHP-7.0/main/ |
H A D | php_compat.h | 221 #define gdImageConvolution php_gd_gdImageConvolution macro
|
/PHP-7.0/ext/gd/ |
H A D | gd.c | 4514 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
|
Completed in 22 milliseconds