Searched refs:f_g2 (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1220 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearPalette() local 1235 f_g2 = gd_itofx(gdTrueColorGetGreen(pixel2)); in gdImageScaleBilinearPalette() 1249 …const unsigned char green = (unsigned char) gd_fxtoi(gd_mulfx(f_w1, f_g1) + gd_mulfx(f_w2, f_g2) +… in gdImageScaleBilinearPalette() 1311 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearTC() local 1325 f_g2 = gd_itofx(gdTrueColorGetGreen(pixel2)); in gdImageScaleBilinearTC() 1338 …const unsigned char green = (unsigned char) gd_fxtoi(gd_mulfx(f_w1, f_g1) + gd_mulfx(f_w2, f_g2) +… in gdImageScaleBilinearTC() 1846 const gdFixed f_g2 = gd_itofx(gdTrueColorGetGreen(pixel2)); in gdImageRotateBilinear() local 1858 …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 17 milliseconds