Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c1047 gdImageSetInterpolationMethod(tmp_im, src->interpolation_id); in gdImageScaleTwoPass()
1059 gdImageSetInterpolationMethod(dst, src->interpolation_id); in gdImageScaleTwoPass()
2313 gdImageSetInterpolationMethod(src, GD_BICUBIC); in gdTransformAffineCopy()
2337 gdImageSetInterpolationMethod(src, interpolation_id_bak); in gdTransformAffineCopy()
2348 gdImageSetInterpolationMethod(src, interpolation_id_bak); in gdTransformAffineCopy()
2401 gdImageSetInterpolationMethod(src, interpolation_id_bak); in gdTransformAffineCopy()
2458 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id) in gdImageSetInterpolationMethod() function
H A Dgd.h880 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id);
/PHP-8.1/ext/gd/
H A Dgd.c3791 if (gdImageSetInterpolationMethod(im, method)) { in PHP_FUNCTION()
3794 gdImageSetInterpolationMethod(im, old_method); in PHP_FUNCTION()
4075 RETURN_BOOL(gdImageSetInterpolationMethod(im, (gdInterpolationMethod) method)); in PHP_FUNCTION()

Completed in 30 milliseconds