Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c1175 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local
1186 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local
1290 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearPalette() local
1381 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearTC() local
1744 gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateNearestNeighbour() local
1806 gdFixed f_j = gd_itofx((int)j - (int)new_width / 2); in gdImageRotateGeneric() local
1860 const gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateBilinear() local
1980 const gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateBicubicFixed() local

Completed in 23 milliseconds