Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/libgd/
H A Dgd.h162 GD_METHOD_COUNT = 21 enumerator
H A Dgd_interpolation.c1569 if (src == NULL || src->interpolation_id < 0 || src->interpolation_id > GD_METHOD_COUNT) { in gdImageScale()
2169 if (src == NULL || src->interpolation_id < 1 || src->interpolation_id > GD_METHOD_COUNT) { in gdImageRotateInterpolated()
2468 if (im == NULL || id < 0 || id > GD_METHOD_COUNT) { in gdImageSetInterpolationMethod()
/PHP-8.4/ext/gd/
H A Dgd.c3958 if (tmp_m < GD_DEFAULT || tmp_m >= GD_METHOD_COUNT) { in PHP_FUNCTION()

Completed in 35 milliseconds