gd_ftofx         1115 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_dx = gd_ftofx(dx);
gd_ftofx         1116 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_dy = gd_ftofx(dy);
gd_ftofx         1214 ext/gd/libgd/gd_interpolation.c 	gdFixed f_dx = gd_ftofx(dx);
gd_ftofx         1215 ext/gd/libgd/gd_interpolation.c 	gdFixed f_dy = gd_ftofx(dy);
gd_ftofx         1306 ext/gd/libgd/gd_interpolation.c 	gdFixed f_dx = gd_ftofx(dx);
gd_ftofx         1307 ext/gd/libgd/gd_interpolation.c 	gdFixed f_dy = gd_ftofx(dy);
gd_ftofx         1402 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_dx = gd_ftofx((float)src_w / (float)new_width);
gd_ftofx         1403 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_dy = gd_ftofx((float)src_h / (float)new_height);
gd_ftofx         1408 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_gamma = gd_ftofx(1.04f);
gd_ftofx         1672 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_0_5 = gd_ftofx(0.5f);
gd_ftofx         1675 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_cos = gd_ftofx(cos(-_angle));
gd_ftofx         1676 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_sin = gd_ftofx(sin(-_angle));
gd_ftofx         1722 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_0_5 = gd_ftofx(0.5f);
gd_ftofx         1725 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_cos = gd_ftofx(cos(-_angle));
gd_ftofx         1726 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_sin = gd_ftofx(sin(-_angle));
gd_ftofx         1785 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_0_5 = gd_ftofx(0.5f);
gd_ftofx         1788 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_cos = gd_ftofx(cos(-_angle));
gd_ftofx         1789 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_sin = gd_ftofx(sin(-_angle));
gd_ftofx         1900 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_0_5 = gd_ftofx(0.5f);
gd_ftofx         1903 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_cos = gd_ftofx(cos(-_angle));
gd_ftofx         1904 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_sin = gd_ftofx(sin(-_angle));
gd_ftofx         1909 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_gama = gd_ftofx(1.04f);