gd_fxtoi         1133 ext/gd/libgd/gd_interpolation.c 				const long m = gd_fxtoi(f_a);
gd_fxtoi         1134 ext/gd/libgd/gd_interpolation.c 				const long n = gd_fxtoi(f_b);
gd_fxtoi         1144 ext/gd/libgd/gd_interpolation.c 				const long m = gd_fxtoi(f_a);
gd_fxtoi         1145 ext/gd/libgd/gd_interpolation.c 				const long n = gd_fxtoi(f_b);
gd_fxtoi         1229 ext/gd/libgd/gd_interpolation.c 		register long m = gd_fxtoi(f_a);
gd_fxtoi         1238 ext/gd/libgd/gd_interpolation.c 			const long n = gd_fxtoi(f_b);
gd_fxtoi         1279 ext/gd/libgd/gd_interpolation.c 				const char red = (char) gd_fxtoi(gd_mulfx(f_w1, f_r1) + gd_mulfx(f_w2, f_r2) + gd_mulfx(f_w3, f_r3) + gd_mulfx(f_w4, f_r4));
gd_fxtoi         1280 ext/gd/libgd/gd_interpolation.c 				const char green = (char) gd_fxtoi(gd_mulfx(f_w1, f_g1) + gd_mulfx(f_w2, f_g2) + gd_mulfx(f_w3, f_g3) + gd_mulfx(f_w4, f_g4));
gd_fxtoi         1281 ext/gd/libgd/gd_interpolation.c 				const char blue = (char) gd_fxtoi(gd_mulfx(f_w1, f_b1) + gd_mulfx(f_w2, f_b2) + gd_mulfx(f_w3, f_b3) + gd_mulfx(f_w4, f_b4));
gd_fxtoi         1282 ext/gd/libgd/gd_interpolation.c 				const char alpha = (char) gd_fxtoi(gd_mulfx(f_w1, f_a1) + gd_mulfx(f_w2, f_a2) + gd_mulfx(f_w3, f_a3) + gd_mulfx(f_w4, f_a4));
gd_fxtoi         1325 ext/gd/libgd/gd_interpolation.c 			const gdFixed m = gd_fxtoi(f_a);
gd_fxtoi         1326 ext/gd/libgd/gd_interpolation.c 			const gdFixed n = gd_fxtoi(f_b);
gd_fxtoi         1366 ext/gd/libgd/gd_interpolation.c 				const unsigned char red   = (unsigned char) gd_fxtoi(gd_mulfx(f_w1, f_r1) + gd_mulfx(f_w2, f_r2) + gd_mulfx(f_w3, f_r3) + gd_mulfx(f_w4, f_r4));
gd_fxtoi         1367 ext/gd/libgd/gd_interpolation.c 				const unsigned char green = (unsigned char) gd_fxtoi(gd_mulfx(f_w1, f_g1) + gd_mulfx(f_w2, f_g2) + gd_mulfx(f_w3, f_g3) + gd_mulfx(f_w4, f_g4));
gd_fxtoi         1368 ext/gd/libgd/gd_interpolation.c 				const unsigned char blue  = (unsigned char) gd_fxtoi(gd_mulfx(f_w1, f_b1) + gd_mulfx(f_w2, f_b2) + gd_mulfx(f_w3, f_b3) + gd_mulfx(f_w4, f_b4));
gd_fxtoi         1369 ext/gd/libgd/gd_interpolation.c 				const unsigned char alpha = (unsigned char) gd_fxtoi(gd_mulfx(f_w1, f_a1) + gd_mulfx(f_w2, f_a2) + gd_mulfx(f_w3, f_a3) + gd_mulfx(f_w4, f_a4));
gd_fxtoi         1431 ext/gd/libgd/gd_interpolation.c 			const long m = gd_fxtoi(f_a);
gd_fxtoi         1432 ext/gd/libgd/gd_interpolation.c 			const long n = gd_fxtoi(f_b);
gd_fxtoi         1613 ext/gd/libgd/gd_interpolation.c 			red    = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_red,   f_gamma)),  0, 255);
gd_fxtoi         1614 ext/gd/libgd/gd_interpolation.c 			green  = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_green, f_gamma)),  0, 255);
gd_fxtoi         1615 ext/gd/libgd/gd_interpolation.c 			blue   = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue,  f_gamma)),  0, 255);
gd_fxtoi         1616 ext/gd/libgd/gd_interpolation.c 			alpha  = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_alpha,  f_gamma)), 0, 127);
gd_fxtoi         1691 ext/gd/libgd/gd_interpolation.c 			long m = gd_fxtoi(f_m);
gd_fxtoi         1692 ext/gd/libgd/gd_interpolation.c 			long n = gd_fxtoi(f_n);
gd_fxtoi         1753 ext/gd/libgd/gd_interpolation.c 			long m = gd_fxtoi(f_m);
gd_fxtoi         1754 ext/gd/libgd/gd_interpolation.c 			long n = gd_fxtoi(f_n);
gd_fxtoi         1807 ext/gd/libgd/gd_interpolation.c 			const unsigned int m = gd_fxtoi(f_m);
gd_fxtoi         1808 ext/gd/libgd/gd_interpolation.c 			const unsigned int n = gd_fxtoi(f_n);
gd_fxtoi         1871 ext/gd/libgd/gd_interpolation.c 						const unsigned char red   = (unsigned char) CLAMP(gd_fxtoi(f_red),   0, 255);
gd_fxtoi         1872 ext/gd/libgd/gd_interpolation.c 						const unsigned char green = (unsigned char) CLAMP(gd_fxtoi(f_green), 0, 255);
gd_fxtoi         1873 ext/gd/libgd/gd_interpolation.c 						const unsigned char blue  = (unsigned char) CLAMP(gd_fxtoi(f_blue),  0, 255);
gd_fxtoi         1874 ext/gd/libgd/gd_interpolation.c 						const unsigned char alpha = (unsigned char) CLAMP(gd_fxtoi(f_alpha), 0, 127);
gd_fxtoi         1927 ext/gd/libgd/gd_interpolation.c 			const int m = gd_fxtoi(f_m);
gd_fxtoi         1928 ext/gd/libgd/gd_interpolation.c 			const int n = gd_fxtoi(f_n);
gd_fxtoi         2139 ext/gd/libgd/gd_interpolation.c 				red   = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_red, f_gama)),   0, 255);
gd_fxtoi         2140 ext/gd/libgd/gd_interpolation.c 				green = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_green, f_gama)), 0, 255);
gd_fxtoi         2141 ext/gd/libgd/gd_interpolation.c 				blue  = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gama)),  0, 255);
gd_fxtoi         2142 ext/gd/libgd/gd_interpolation.c 				alpha = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_alpha, f_gama)), 0, 127);