Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c1096 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour() local
1107 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour() local
1156 const gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearPalette() local
1253 gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearTC() local
1636 gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateNearestNeighbour() local
1701 gdFixed f_i = gd_itofx((int)i - (int)new_height/ 2); in gdImageRotateGeneric() local
1759 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBilinear() local
1877 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBicubicFixed() local

Completed in 12 milliseconds