Searched refs:_angle (Results 1 – 1 of 1) sorted by relevance
1661 float _angle = ((float) (-degrees / 180.0f) * (float)M_PI); in gdImageRotateNearestNeighbour() local1667 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateNearestNeighbour()1668 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour()1725 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateGeneric()1726 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric()1786 float _angle = (float)((- degrees / 180.0f) * M_PI); in gdImageRotateBilinear() local1793 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateBilinear()1794 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear()1901 const float _angle = (float)((- degrees / 180.0f) * M_PI); in gdImageRotateBicubicFixed() local1908 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateBicubicFixed()[all …]
Completed in 15 milliseconds