Lines Matching refs:_angle
1614 float _angle = ((float) (-degrees / 180.0f) * (float)M_PI); in gdImageRotateNearestNeighbour() local
1620 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateNearestNeighbour()
1621 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour()
1671 float _angle = ((float) (-degrees / 180.0f) * (float)M_PI); in gdImageRotateGeneric() local
1677 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateGeneric()
1678 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric()
1737 float _angle = (float)((- degrees / 180.0f) * M_PI); in gdImageRotateBilinear() local
1744 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateBilinear()
1745 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear()
1852 const float _angle = (float)((- degrees / 180.0f) * M_PI); in gdImageRotateBicubicFixed() local
1859 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateBicubicFixed()
1860 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBicubicFixed()