Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd.h162 } gdInterpolationMethod; typedef
256 gdInterpolationMethod interpolation_id;
840 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id);
H A Dgd_interpolation.c2385 gdInterpolationMethod interpolation_id_bak = GD_DEFAULT; in gdTransformAffineCopy()
2524 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id) in gdImageSetInterpolationMethod()
/PHP-5.6/ext/gd/
H A Dgd.c5178 gdInterpolationMethod method, old_method; in PHP_FUNCTION()
5554 RETURN_BOOL(gdImageSetInterpolationMethod(im, (gdInterpolationMethod) method)); in PHP_FUNCTION()

Completed in 42 milliseconds