Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c1108 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local
1119 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local
1175 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearPalette() local
1265 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearTC() local
1648 gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateNearestNeighbour() local
1713 gdFixed f_j = gd_itofx((int)j - (int)new_width / 2); in gdImageRotateGeneric() local
1771 const gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateBilinear() local
1889 const gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateBicubicFixed() local

Completed in 19 milliseconds