Home
last modified time | relevance | path

Searched refs:gdImageSmooth (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/gd/libgd/
H A Dgd_compat.h43 int gdImageSmooth(gdImagePtr im, float weight);
H A Dgd_filter.c451 int gdImageSmooth(gdImagePtr im, float weight) in gdImageSmooth() function
H A Dgd.h675 int gdImageSmooth(gdImagePtr im, float weight);
/PHP-5.3/main/
H A Dphp_compat.h311 #define gdImageSmooth php_gd_gdImageSmooth macro
/PHP-5.3/ext/gd/
H A Dgd.c4913 if (gdImageSmooth(im_src, (float)weight)==1) { in php_image_filter_smooth()

Completed in 32 milliseconds