Searched refs:f_g4 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1236 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearPalette() local 1253 f_g4 = gd_itofx(gdTrueColorGetGreen(pixel4)); in gdImageScaleBilinearPalette() 1265 …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() 1328 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearTC() local 1345 f_g4 = gd_itofx(gdTrueColorGetGreen(pixel4)); in gdImageScaleBilinearTC() 1356 …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() 1868 const gdFixed f_g4 = gd_itofx(gdTrueColorGetGreen(pixel4)); in gdImageRotateBilinear() local 1878 …_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 22 milliseconds