Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_interpolation.c1741 float _angle = ((float) (-degrees / 180.0f) * (float)M_PI); in gdImageRotateNearestNeighbour() local
1747 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateNearestNeighbour()
1748 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour()
1805 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateGeneric()
1806 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric()
1866 float _angle = (float)((- degrees / 180.0f) * M_PI); in gdImageRotateBilinear() local
1873 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateBilinear()
1874 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear()
1981 const float _angle = (float)((- degrees / 180.0f) * M_PI); in gdImageRotateBicubicFixed() local
1988 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateBicubicFixed()
[all …]

Completed in 14 milliseconds