_angle           1667 ext/gd/libgd/gd_interpolation.c 	float _angle = ((float) (-degrees / 180.0f) * (float)M_PI);
_angle           1670 ext/gd/libgd/gd_interpolation.c 	const unsigned int new_width = (unsigned int)(abs((int)(src_w * cos(_angle))) + abs((int)(src_h * sin(_angle))) + 0.5f);
_angle           1671 ext/gd/libgd/gd_interpolation.c 	const unsigned int new_height = (unsigned int)(abs((int)(src_w * sin(_angle))) + abs((int)(src_h * cos(_angle))) + 0.5f);
_angle           1675 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_cos = gd_ftofx(cos(-_angle));
_angle           1676 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_sin = gd_ftofx(sin(-_angle));
_angle           1716 ext/gd/libgd/gd_interpolation.c 	float _angle = ((float) (-degrees / 180.0f) * (float)M_PI);
_angle           1720 ext/gd/libgd/gd_interpolation.c 	const unsigned int new_width = (unsigned int)(abs((int)(src_w * cos(_angle))) + abs((int)(src_h * sin(_angle))) + 0.5f);
_angle           1721 ext/gd/libgd/gd_interpolation.c 	const unsigned int new_height = (unsigned int)(abs((int)(src_w * sin(_angle))) + abs((int)(src_h * cos(_angle))) + 0.5f);
_angle           1725 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_cos = gd_ftofx(cos(-_angle));
_angle           1726 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_sin = gd_ftofx(sin(-_angle));
_angle           1780 ext/gd/libgd/gd_interpolation.c 	float _angle = (float)((- degrees / 180.0f) * M_PI);
_angle           1783 ext/gd/libgd/gd_interpolation.c 	unsigned int new_width = abs((int)(src_w*cos(_angle))) + abs((int)(src_h*sin(_angle) + 0.5f));
_angle           1784 ext/gd/libgd/gd_interpolation.c 	unsigned int new_height = abs((int)(src_w*sin(_angle))) + abs((int)(src_h*cos(_angle) + 0.5f));
_angle           1788 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_cos = gd_ftofx(cos(-_angle));
_angle           1789 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_sin = gd_ftofx(sin(-_angle));
_angle           1895 ext/gd/libgd/gd_interpolation.c 	const float _angle = (float)((- degrees / 180.0f) * M_PI);
_angle           1898 ext/gd/libgd/gd_interpolation.c 	const unsigned int new_width = abs((int)(src_w*cos(_angle))) + abs((int)(src_h*sin(_angle) + 0.5f));
_angle           1899 ext/gd/libgd/gd_interpolation.c 	const unsigned int new_height = abs((int)(src_w*sin(_angle))) + abs((int)(src_h*cos(_angle) + 0.5f));
_angle           1903 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_cos = gd_ftofx(cos(-_angle));
_angle           1904 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_sin = gd_ftofx(sin(-_angle));