Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c1106 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour() local
1117 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour() local
1166 const gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearPalette() local
1263 gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearTC() local
1646 gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateNearestNeighbour() local
1711 gdFixed f_i = gd_itofx((int)i - (int)new_height/ 2); in gdImageRotateGeneric() local
1769 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBilinear() local
1887 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBicubicFixed() local

Completed in 13 milliseconds