Searched refs:f_g1 (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1210 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearPalette() local 1224 f_g1 = gd_itofx(gdTrueColorGetGreen(pixel1)); in gdImageScaleBilinearPalette() 1239 …const unsigned char green = (unsigned char) gd_fxtoi(gd_mulfx(f_w1, f_g1) + gd_mulfx(f_w2, f_g2) +… in gdImageScaleBilinearPalette() 1301 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearTC() local 1314 f_g1 = gd_itofx(gdTrueColorGetGreen(pixel1)); in gdImageScaleBilinearTC() 1328 …const unsigned char green = (unsigned char) gd_fxtoi(gd_mulfx(f_w1, f_g1) + gd_mulfx(f_w2, f_g2) +… in gdImageScaleBilinearTC() 1835 const gdFixed f_g1 = gd_itofx(gdTrueColorGetGreen(pixel1)); in gdImageRotateBilinear() local 1848 …const gdFixed f_green = gd_mulfx(f_w1, f_g1) + gd_mulfx(f_w2, f_g2) + gd_mulfx(f_w3, f_g3) + gd_mu… in gdImageRotateBilinear()
|
Completed in 11 milliseconds