Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd_interpolation.c1104 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour() local
1115 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour() local
1212 const gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearPalette() local
1310 gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearTC() local
1694 gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateNearestNeighbour() local
1760 gdFixed f_i = gd_itofx((int)i - (int)new_height/ 2); in gdImageRotateGeneric() local
1819 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBilinear() local
1937 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBicubicFixed() local

Completed in 18 milliseconds