Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds