Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_interpolation.c1799 const int angle_rounded = (int)floor(degrees * 100); in gdImageRotateGeneric() local
2250 const int angle_rounded = fmod((int) floorf(angle * 100), 360 * 100); in gdImageRotateInterpolated() local
2267 switch (angle_rounded) { in gdImageRotateInterpolated()

Completed in 13 milliseconds