Searched refs:gdImageSetInterpolationMethod (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1103 gdImageSetInterpolationMethod(tmp_im, src->interpolation_id); in gdImageScaleTwoPass() 1111 gdImageSetInterpolationMethod(dst, src->interpolation_id); in gdImageScaleTwoPass() 1130 gdImageSetInterpolationMethod(tmp_im, src->interpolation_id); in Scale() 2393 gdImageSetInterpolationMethod(src, GD_BICUBIC); in gdTransformAffineCopy() 2417 gdImageSetInterpolationMethod(src, interpolation_id_bak); in gdTransformAffineCopy() 2467 gdImageSetInterpolationMethod(src, interpolation_id_bak); in gdTransformAffineCopy() 2524 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id) in gdImageSetInterpolationMethod() function
|
H A D | gd.h | 840 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id);
|
/PHP-5.6/ext/gd/ |
H A D | gd.c | 5207 if (gdImageSetInterpolationMethod(im, method)) { in PHP_FUNCTION() 5210 gdImageSetInterpolationMethod(im, old_method); in PHP_FUNCTION() 5554 RETURN_BOOL(gdImageSetInterpolationMethod(im, (gdInterpolationMethod) method)); in PHP_FUNCTION()
|
Completed in 30 milliseconds