gd_fxtoi         1138 ext/gd/libgd/gd_interpolation.c 				const long m = gd_fxtoi(f_a);
gd_fxtoi         1139 ext/gd/libgd/gd_interpolation.c 				const long n = gd_fxtoi(f_b);
gd_fxtoi         1149 ext/gd/libgd/gd_interpolation.c 				const long m = gd_fxtoi(f_a);
gd_fxtoi         1150 ext/gd/libgd/gd_interpolation.c 				const long n = gd_fxtoi(f_b);
gd_fxtoi         1234 ext/gd/libgd/gd_interpolation.c 		register long m = gd_fxtoi(f_a);
gd_fxtoi         1243 ext/gd/libgd/gd_interpolation.c 			const long n = gd_fxtoi(f_b);
gd_fxtoi         1284 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         1285 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         1286 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         1287 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         1330 ext/gd/libgd/gd_interpolation.c 			const gdFixed m = gd_fxtoi(f_a);
gd_fxtoi         1331 ext/gd/libgd/gd_interpolation.c 			const gdFixed n = gd_fxtoi(f_b);
gd_fxtoi         1371 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         1372 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         1373 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         1374 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         1436 ext/gd/libgd/gd_interpolation.c 			const long m = gd_fxtoi(f_a);
gd_fxtoi         1437 ext/gd/libgd/gd_interpolation.c 			const long n = gd_fxtoi(f_b);
gd_fxtoi         1618 ext/gd/libgd/gd_interpolation.c 			red    = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_red,   f_gamma)),  0, 255);
gd_fxtoi         1619 ext/gd/libgd/gd_interpolation.c 			green  = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_green, f_gamma)),  0, 255);
gd_fxtoi         1620 ext/gd/libgd/gd_interpolation.c 			blue   = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue,  f_gamma)),  0, 255);
gd_fxtoi         1621 ext/gd/libgd/gd_interpolation.c 			alpha  = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_alpha,  f_gamma)), 0, 127);
gd_fxtoi         1696 ext/gd/libgd/gd_interpolation.c 			long m = gd_fxtoi(f_m);
gd_fxtoi         1697 ext/gd/libgd/gd_interpolation.c 			long n = gd_fxtoi(f_n);
gd_fxtoi         1758 ext/gd/libgd/gd_interpolation.c 			long m = gd_fxtoi(f_m);
gd_fxtoi         1759 ext/gd/libgd/gd_interpolation.c 			long n = gd_fxtoi(f_n);
gd_fxtoi         1812 ext/gd/libgd/gd_interpolation.c 			const unsigned int m = gd_fxtoi(f_m);
gd_fxtoi         1813 ext/gd/libgd/gd_interpolation.c 			const unsigned int n = gd_fxtoi(f_n);
gd_fxtoi         1876 ext/gd/libgd/gd_interpolation.c 						const unsigned char red   = (unsigned char) CLAMP(gd_fxtoi(f_red),   0, 255);
gd_fxtoi         1877 ext/gd/libgd/gd_interpolation.c 						const unsigned char green = (unsigned char) CLAMP(gd_fxtoi(f_green), 0, 255);
gd_fxtoi         1878 ext/gd/libgd/gd_interpolation.c 						const unsigned char blue  = (unsigned char) CLAMP(gd_fxtoi(f_blue),  0, 255);
gd_fxtoi         1879 ext/gd/libgd/gd_interpolation.c 						const unsigned char alpha = (unsigned char) CLAMP(gd_fxtoi(f_alpha), 0, 127);
gd_fxtoi         1932 ext/gd/libgd/gd_interpolation.c 			const int m = gd_fxtoi(f_m);
gd_fxtoi         1933 ext/gd/libgd/gd_interpolation.c 			const int n = gd_fxtoi(f_n);
gd_fxtoi         2144 ext/gd/libgd/gd_interpolation.c 				red   = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_red, f_gama)),   0, 255);
gd_fxtoi         2145 ext/gd/libgd/gd_interpolation.c 				green = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_green, f_gama)), 0, 255);
gd_fxtoi         2146 ext/gd/libgd/gd_interpolation.c 				blue  = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gama)),  0, 255);
gd_fxtoi         2147 ext/gd/libgd/gd_interpolation.c 				alpha = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_alpha, f_gama)), 0, 127);