Searched refs:gdImageConvolution (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_filter.c | 230 int gdImageConvolution(gdImagePtr src, float filter[3][3], float filter_div, float offset) in gdImageConvolution() function 416 return gdImageConvolution(src, filter, 1, 127); in gdImageEdgeDetectQuick() 425 return gdImageConvolution(im, filter, 16, 0); in gdImageGaussianBlur() 439 return gdImageConvolution(im, filter, 1, 127); in gdImageEmboss() 448 return gdImageConvolution(im, filter, 1, 0); in gdImageMeanRemoval() 459 return gdImageConvolution(im, filter, weight+8, 0); in gdImageSmooth()
|
H A D | gd.h | 789 int gdImageConvolution(gdImagePtr src, float ft[3][3], float filter_div, float offset);
|
/PHP-5.6/main/ |
H A D | php_compat.h | 221 #define gdImageConvolution php_gd_gdImageConvolution macro
|
/PHP-5.6/ext/gd/ |
H A D | gd.c | 4967 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
|
Completed in 37 milliseconds