Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c1306 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearPalette() local
1323 f_g4 = gd_itofx(gdTrueColorGetGreen(pixel4)); in gdImageScaleBilinearPalette()
1335 …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()
1398 f_g1, f_g2, f_g3, f_g4, in gdImageScaleBilinearTC() local
1415 f_g4 = gd_itofx(gdTrueColorGetGreen(pixel4)); in gdImageScaleBilinearTC()
1426 …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()
1913 const gdFixed f_g4 = gd_itofx(gdTrueColorGetGreen(pixel4)); in gdImageRotateBilinear() local
1923 …_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 15 milliseconds