Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd_interpolation.c1105 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local
1116 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local
1220 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearPalette() local
1311 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearTC() local
1695 gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateNearestNeighbour() local
1761 gdFixed f_j = gd_itofx((int)j - (int)new_width / 2); in gdImageRotateGeneric() local
1820 const gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateBilinear() local
1938 const gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateBicubicFixed() local

Completed in 22 milliseconds