Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_interpolation.c1184 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour() local
1195 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour() local
1292 const gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearPalette() local
1390 gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearTC() local
1774 gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateNearestNeighbour() local
1840 gdFixed f_i = gd_itofx((int)i - (int)new_height/ 2); in gdImageRotateGeneric() local
1899 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBilinear() local
2017 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBicubicFixed() local

Completed in 24 milliseconds