Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd_interpolation.c1777 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateNearestNeighbour() local
1779 long n = gd_fxtoi(f_n); in gdImageRotateNearestNeighbour()
1843 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateGeneric() local
1845 long n = gd_fxtoi(f_n); in gdImageRotateGeneric()
1902 const gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateBilinear() local
1904 const unsigned int n = gd_fxtoi(f_n); in gdImageRotateBilinear()
1908 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBilinear()
2020 const gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateBicubicFixed() local
2022 const int n = gd_fxtoi(f_n); in gdImageRotateBicubicFixed()
2026 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBicubicFixed()

Completed in 15 milliseconds