gd_fxtoi         1135 ext/gd/libgd/gd_interpolation.c 				const long m = gd_fxtoi(f_a);
gd_fxtoi         1136 ext/gd/libgd/gd_interpolation.c 				const long n = gd_fxtoi(f_b);
gd_fxtoi         1146 ext/gd/libgd/gd_interpolation.c 				const long m = gd_fxtoi(f_a);
gd_fxtoi         1147 ext/gd/libgd/gd_interpolation.c 				const long n = gd_fxtoi(f_b);
gd_fxtoi         1231 ext/gd/libgd/gd_interpolation.c 		register long m = gd_fxtoi(f_a);
gd_fxtoi         1240 ext/gd/libgd/gd_interpolation.c 			const long n = gd_fxtoi(f_b);
gd_fxtoi         1281 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         1282 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         1283 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         1284 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         1327 ext/gd/libgd/gd_interpolation.c 			const gdFixed m = gd_fxtoi(f_a);
gd_fxtoi         1328 ext/gd/libgd/gd_interpolation.c 			const gdFixed n = gd_fxtoi(f_b);
gd_fxtoi         1368 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         1369 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         1370 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         1371 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         1433 ext/gd/libgd/gd_interpolation.c 			const long m = gd_fxtoi(f_a);
gd_fxtoi         1434 ext/gd/libgd/gd_interpolation.c 			const long n = gd_fxtoi(f_b);
gd_fxtoi         1615 ext/gd/libgd/gd_interpolation.c 			red    = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_red,   f_gamma)),  0, 255);
gd_fxtoi         1616 ext/gd/libgd/gd_interpolation.c 			green  = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_green, f_gamma)),  0, 255);
gd_fxtoi         1617 ext/gd/libgd/gd_interpolation.c 			blue   = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue,  f_gamma)),  0, 255);
gd_fxtoi         1618 ext/gd/libgd/gd_interpolation.c 			alpha  = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_alpha,  f_gamma)), 0, 127);
gd_fxtoi         1693 ext/gd/libgd/gd_interpolation.c 			long m = gd_fxtoi(f_m);
gd_fxtoi         1694 ext/gd/libgd/gd_interpolation.c 			long n = gd_fxtoi(f_n);
gd_fxtoi         1750 ext/gd/libgd/gd_interpolation.c 			long m = gd_fxtoi(f_m);
gd_fxtoi         1751 ext/gd/libgd/gd_interpolation.c 			long n = gd_fxtoi(f_n);
gd_fxtoi         1804 ext/gd/libgd/gd_interpolation.c 			const unsigned int m = gd_fxtoi(f_m);
gd_fxtoi         1805 ext/gd/libgd/gd_interpolation.c 			const unsigned int n = gd_fxtoi(f_n);
gd_fxtoi         1868 ext/gd/libgd/gd_interpolation.c 						const unsigned char red   = (unsigned char) CLAMP(gd_fxtoi(f_red),   0, 255);
gd_fxtoi         1869 ext/gd/libgd/gd_interpolation.c 						const unsigned char green = (unsigned char) CLAMP(gd_fxtoi(f_green), 0, 255);
gd_fxtoi         1870 ext/gd/libgd/gd_interpolation.c 						const unsigned char blue  = (unsigned char) CLAMP(gd_fxtoi(f_blue),  0, 255);
gd_fxtoi         1871 ext/gd/libgd/gd_interpolation.c 						const unsigned char alpha = (unsigned char) CLAMP(gd_fxtoi(f_alpha), 0, 127);
gd_fxtoi         1924 ext/gd/libgd/gd_interpolation.c 			const int m = gd_fxtoi(f_m);
gd_fxtoi         1925 ext/gd/libgd/gd_interpolation.c 			const int n = gd_fxtoi(f_n);
gd_fxtoi         2136 ext/gd/libgd/gd_interpolation.c 				red   = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_red, f_gama)),   0, 255);
gd_fxtoi         2137 ext/gd/libgd/gd_interpolation.c 				green = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_green, f_gama)), 0, 255);
gd_fxtoi         2138 ext/gd/libgd/gd_interpolation.c 				blue  = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gama)),  0, 255);
gd_fxtoi         2139 ext/gd/libgd/gd_interpolation.c 				alpha = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_alpha, f_gama)), 0, 127);