Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c1649 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateNearestNeighbour() local
1651 long n = gd_fxtoi(f_n); in gdImageRotateNearestNeighbour()
1714 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateGeneric() local
1716 long n = gd_fxtoi(f_n); in gdImageRotateGeneric()
1772 const gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateBilinear() local
1774 const int n = gd_fxtoi(f_n); in gdImageRotateBilinear()
1778 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBilinear()
1890 const gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateBicubicFixed() local
1892 const int n = gd_fxtoi(f_n); in gdImageRotateBicubicFixed()
1896 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBicubicFixed()

Completed in 13 milliseconds