Searched refs:gdImageConvolution (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/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 424 return gdImageConvolution(src, filter, 1, 127); in gdImageEdgeDetectQuick() 433 return gdImageConvolution(im, filter, 16, 0); in gdImageGaussianBlur() 447 return gdImageConvolution(im, filter, 1, 127); in gdImageEmboss() 456 return gdImageConvolution(im, filter, 1, 0); in gdImageMeanRemoval() 467 return gdImageConvolution(im, filter, weight+8, 0); in gdImageSmooth()
|
H A D | gd.h | 800 int gdImageConvolution(gdImagePtr src, float ft[3][3], float filter_div, float offset);
|
/PHP-7.3/main/ |
H A D | php_compat.h | 245 #define gdImageConvolution php_gd_gdImageConvolution macro
|
/PHP-7.3/ext/gd/ |
H A D | gd.c | 4562 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
|
Completed in 23 milliseconds