Searched refs:gdImageSmooth (Results 1 – 5 of 5) sorted by relevance
43 int gdImageSmooth(gdImagePtr im, float weight);
451 int gdImageSmooth(gdImagePtr im, float weight) in gdImageSmooth() function
675 int gdImageSmooth(gdImagePtr im, float weight);
311 #define gdImageSmooth php_gd_gdImageSmooth macro
4913 if (gdImageSmooth(im_src, (float)weight)==1) { in php_image_filter_smooth()
Completed in 22 milliseconds