Home
last modified time | relevance | path

Searched refs:f_m (Results 1 – 1 of 1) sorted by path

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

Completed in 13 milliseconds