Home
last modified time | relevance | path

Searched refs:gdImageSetInterpolationMethod (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c1048 gdImageSetInterpolationMethod(tmp_im, src->interpolation_id); in gdImageScaleTwoPass()
1060 gdImageSetInterpolationMethod(dst, src->interpolation_id); in gdImageScaleTwoPass()
2315 gdImageSetInterpolationMethod(src, GD_BICUBIC); in gdTransformAffineCopy()
2339 gdImageSetInterpolationMethod(src, interpolation_id_bak); in gdTransformAffineCopy()
2350 gdImageSetInterpolationMethod(src, interpolation_id_bak); in gdTransformAffineCopy()
2392 gdImageSetInterpolationMethod(src, interpolation_id_bak); in gdTransformAffineCopy()
2449 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id) in gdImageSetInterpolationMethod() function
H A Dgd.h857 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id);
/PHP-7.4/ext/gd/
H A Dgd.c4904 if (gdImageSetInterpolationMethod(im, method)) { in PHP_FUNCTION()
4907 gdImageSetInterpolationMethod(im, old_method); in PHP_FUNCTION()
5181 RETURN_BOOL(gdImageSetInterpolationMethod(im, (gdInterpolationMethod) method)); in PHP_FUNCTION()

Completed in 25 milliseconds