Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd.h161 GD_METHOD_COUNT = 21 enumerator
H A Dgd_interpolation.c1679 if (src == NULL || src->interpolation_id < 0 || src->interpolation_id > GD_METHOD_COUNT) { in gdImageScale()
2238 if (src == NULL || src->interpolation_id < 1 || src->interpolation_id > GD_METHOD_COUNT) { in gdImageRotateInterpolated()
2526 if (im == NULL || id < 0 || id > GD_METHOD_COUNT) { in gdImageSetInterpolationMethod()

Completed in 19 milliseconds