Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c1158 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour() local
1169 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour() local
1262 const gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearPalette() local
1356 gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearTC() local
1722 gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateNearestNeighbour() local
1779 gdFixed f_i = gd_itofx((int)i - (int)new_height/ 2); in gdImageRotateGeneric() local
1833 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBilinear() local
1953 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBicubicFixed() local

Completed in 13 milliseconds