Home
last modified time | relevance | path

Searched refs:f_g4 (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/ext/gd/libgd/
H A Dgd_interpolation.c1191 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearPalette() local
1208 f_g4 = gd_itofx(gdTrueColorGetGreen(pixel4)); in gdImageScaleBilinearPalette()
1220 …d_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)); in gdImageScaleBilinearPalette()
1282 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearTC() local
1298 f_g4 = gd_itofx(gdTrueColorGetGreen(pixel4)); in gdImageScaleBilinearTC()
1309 …d_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)); in gdImageScaleBilinearTC()
1819 const gdFixed f_g4 = gd_itofx(gdTrueColorGetGreen(pixel4)); in gdImageRotateBilinear() local
1829 …_green = gd_mulfx(f_w1, f_g1) + gd_mulfx(f_w2, f_g2) + gd_mulfx(f_w3, f_g3) + gd_mulfx(f_w4, f_g4); in gdImageRotateBilinear()

Completed in 13 milliseconds