Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/libgd/
H A Dgd_interpolation.c1185 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local
1196 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local
1300 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearPalette() local
1391 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearTC() local
1775 gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateNearestNeighbour() local
1841 gdFixed f_j = gd_itofx((int)j - (int)new_width / 2); in gdImageRotateGeneric() local
1900 const gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateBilinear() local
2018 const gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateBicubicFixed() local

Completed in 18 milliseconds