Home
last modified time | relevance | path

Searched defs:f_i (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/gd/libgd/
H A Dgd_interpolation.c1136 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour() local
1147 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour() local
1196 const gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearPalette() local
1293 gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearTC() local
1676 gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateNearestNeighbour() local
1741 gdFixed f_i = gd_itofx((int)i - (int)new_height/ 2); in gdImageRotateGeneric() local
1799 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBilinear() local
1917 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBicubicFixed() local

Completed in 15 milliseconds