Searched refs:gdImageSmooth (Results 1 – 4 of 4) sorted by relevance
333 #define gdImageSmooth php_gd_gdImageSmooth macro
557 int gdImageSmooth(gdImagePtr im, float weight) in gdImageSmooth() function
818 int gdImageSmooth(gdImagePtr im, float weight);
3371 if (gdImageSmooth(im_src, (float)weight)==1) { in php_image_filter_smooth()
Completed in 28 milliseconds