Home
last modified time | relevance | path

Searched refs:f_g2 (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c1191 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearPalette() local
1206 f_g2 = gd_itofx(gdTrueColorGetGreen(pixel2)); 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
1296 f_g2 = gd_itofx(gdTrueColorGetGreen(pixel2)); 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()
1817 const gdFixed f_g2 = gd_itofx(gdTrueColorGetGreen(pixel2)); 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 15 milliseconds