Searched refs:gdImageSmooth (Results 1 – 4 of 4) sorted by relevance
335 #define gdImageSmooth php_gd_gdImageSmooth macro
459 int gdImageSmooth(gdImagePtr im, float weight) in gdImageSmooth() function
812 int gdImageSmooth(gdImagePtr im, float weight);
4455 if (gdImageSmooth(im_src, (float)weight)==1) { in php_image_filter_smooth()
Completed in 35 milliseconds