Searched refs:f_g1 (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1191 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearPalette() local 1205 f_g1 = gd_itofx(gdTrueColorGetGreen(pixel1)); in gdImageScaleBilinearPalette() 1220 …const unsigned char green = (unsigned char) gd_fxtoi(gd_mulfx(f_w1, f_g1) + gd_mulfx(f_w2, f_g2) +… in gdImageScaleBilinearPalette() 1282 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearTC() local 1295 f_g1 = gd_itofx(gdTrueColorGetGreen(pixel1)); in gdImageScaleBilinearTC() 1309 …const unsigned char green = (unsigned char) gd_fxtoi(gd_mulfx(f_w1, f_g1) + gd_mulfx(f_w2, f_g2) +… in gdImageScaleBilinearTC() 1816 const gdFixed f_g1 = gd_itofx(gdTrueColorGetGreen(pixel1)); in gdImageRotateBilinear() local 1829 …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