Searched refs:gdInterpolationMethod (Results 1 – 3 of 3) sorted by relevance
163 } gdInterpolationMethod; typedef244 gdInterpolationMethod interpolation_id;880 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id);
2337 gdInterpolationMethod interpolation_id_bak = src->interpolation_id; in gdTransformAffineCopy()2488 int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id) in gdImageSetInterpolationMethod()2585 gdInterpolationMethod gdImageGetInterpolationMethod(gdImagePtr im) in gdImageGetInterpolationMethod()
3614 gdInterpolationMethod method, old_method; in PHP_FUNCTION()3943 RETURN_BOOL(gdImageSetInterpolationMethod(im, (gdInterpolationMethod) method)); in PHP_FUNCTION()
Completed in 26 milliseconds