gd_fxtoi 1132 libgd/gd_interpolation.c const long m = gd_fxtoi(f_a); gd_fxtoi 1133 libgd/gd_interpolation.c const long n = gd_fxtoi(f_b); gd_fxtoi 1143 libgd/gd_interpolation.c const long m = gd_fxtoi(f_a); gd_fxtoi 1144 libgd/gd_interpolation.c const long n = gd_fxtoi(f_b); gd_fxtoi 1228 libgd/gd_interpolation.c register long m = gd_fxtoi(f_a); gd_fxtoi 1237 libgd/gd_interpolation.c const long n = gd_fxtoi(f_b); gd_fxtoi 1278 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 1279 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 1280 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 1281 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 1324 libgd/gd_interpolation.c const long m = gd_fxtoi(f_a); gd_fxtoi 1325 libgd/gd_interpolation.c const long n = gd_fxtoi(f_b); gd_fxtoi 1365 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 1366 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 1367 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 1368 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 1430 libgd/gd_interpolation.c const long m = gd_fxtoi(f_a); gd_fxtoi 1431 libgd/gd_interpolation.c const long n = gd_fxtoi(f_b); gd_fxtoi 1612 libgd/gd_interpolation.c red = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_red, f_gamma)), 0, 255); gd_fxtoi 1613 libgd/gd_interpolation.c green = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_green, f_gamma)), 0, 255); gd_fxtoi 1614 libgd/gd_interpolation.c blue = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gamma)), 0, 255); gd_fxtoi 1615 libgd/gd_interpolation.c alpha = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_alpha, f_gamma)), 0, 127); gd_fxtoi 1697 libgd/gd_interpolation.c long m = gd_fxtoi(f_m); gd_fxtoi 1698 libgd/gd_interpolation.c long n = gd_fxtoi(f_n); gd_fxtoi 1760 libgd/gd_interpolation.c long m = gd_fxtoi(f_m); gd_fxtoi 1761 libgd/gd_interpolation.c long n = gd_fxtoi(f_n); gd_fxtoi 1821 libgd/gd_interpolation.c const unsigned int m = gd_fxtoi(f_m); gd_fxtoi 1822 libgd/gd_interpolation.c const unsigned int n = gd_fxtoi(f_n); gd_fxtoi 1885 libgd/gd_interpolation.c const unsigned char red = (unsigned char) CLAMP(gd_fxtoi(f_red), 0, 255); gd_fxtoi 1886 libgd/gd_interpolation.c const unsigned char green = (unsigned char) CLAMP(gd_fxtoi(f_green), 0, 255); gd_fxtoi 1887 libgd/gd_interpolation.c const unsigned char blue = (unsigned char) CLAMP(gd_fxtoi(f_blue), 0, 255); gd_fxtoi 1888 libgd/gd_interpolation.c const unsigned char alpha = (unsigned char) CLAMP(gd_fxtoi(f_alpha), 0, 127); gd_fxtoi 1948 libgd/gd_interpolation.c const int m = gd_fxtoi(f_m); gd_fxtoi 1949 libgd/gd_interpolation.c const int n = gd_fxtoi(f_n); gd_fxtoi 2160 libgd/gd_interpolation.c red = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_red, f_gama)), 0, 255); gd_fxtoi 2161 libgd/gd_interpolation.c green = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_green, f_gama)), 0, 255); gd_fxtoi 2162 libgd/gd_interpolation.c blue = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_blue, f_gama)), 0, 255); gd_fxtoi 2163 libgd/gd_interpolation.c alpha = (unsigned char) CLAMP(gd_fxtoi(gd_mulfx(f_alpha, f_gama)), 0, 127);