gd_ftofx         1112 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_dx = gd_ftofx(dx);
gd_ftofx         1113 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_dy = gd_ftofx(dy);
gd_ftofx         1211 ext/gd/libgd/gd_interpolation.c 	gdFixed f_dx = gd_ftofx(dx);
gd_ftofx         1212 ext/gd/libgd/gd_interpolation.c 	gdFixed f_dy = gd_ftofx(dy);
gd_ftofx         1303 ext/gd/libgd/gd_interpolation.c 	gdFixed f_dx = gd_ftofx(dx);
gd_ftofx         1304 ext/gd/libgd/gd_interpolation.c 	gdFixed f_dy = gd_ftofx(dy);
gd_ftofx         1399 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_dx = gd_ftofx((float)src_w / (float)new_width);
gd_ftofx         1400 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_dy = gd_ftofx((float)src_h / (float)new_height);
gd_ftofx         1405 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_gamma = gd_ftofx(1.04f);
gd_ftofx         1669 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_0_5 = gd_ftofx(0.5f);
gd_ftofx         1672 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_cos = gd_ftofx(cos(-_angle));
gd_ftofx         1673 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_sin = gd_ftofx(sin(-_angle));
gd_ftofx         1718 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_0_5 = gd_ftofx(0.5f);
gd_ftofx         1721 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_cos = gd_ftofx(cos(-_angle));
gd_ftofx         1722 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_sin = gd_ftofx(sin(-_angle));
gd_ftofx         1777 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_0_5 = gd_ftofx(0.5f);
gd_ftofx         1780 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_cos = gd_ftofx(cos(-_angle));
gd_ftofx         1781 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_sin = gd_ftofx(sin(-_angle));
gd_ftofx         1892 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_0_5 = gd_ftofx(0.5f);
gd_ftofx         1895 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_cos = gd_ftofx(cos(-_angle));
gd_ftofx         1896 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_sin = gd_ftofx(sin(-_angle));
gd_ftofx         1901 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_gama = gd_ftofx(1.04f);