f_dx             1115 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_dx = gd_ftofx(dx);
f_dx             1137 ext/gd/libgd/gd_interpolation.c 				const gdFixed f_b = gd_mulfx(f_j, f_dx);
f_dx             1148 ext/gd/libgd/gd_interpolation.c 				const gdFixed f_b = gd_mulfx(f_j, f_dx);
f_dx             1214 ext/gd/libgd/gd_interpolation.c 	gdFixed f_dx = gd_ftofx(dx);
f_dx             1241 ext/gd/libgd/gd_interpolation.c 			gdFixed f_b = gd_mulfx(f_j, f_dx);
f_dx             1306 ext/gd/libgd/gd_interpolation.c 	gdFixed f_dx = gd_ftofx(dx);
f_dx             1329 ext/gd/libgd/gd_interpolation.c 			gdFixed f_b = gd_mulfx(f_j, f_dx);
f_dx             1402 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_dx = gd_ftofx((float)src_w / (float)new_width);
f_dx             1435 ext/gd/libgd/gd_interpolation.c 			const gdFixed f_b = gd_mulfx(gd_itofx(j), f_dx);