Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c1127 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local
1138 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local
1194 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearPalette() local
1284 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearTC() local
1667 gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateNearestNeighbour() local
1732 gdFixed f_j = gd_itofx((int)j - (int)new_width / 2); in gdImageRotateGeneric() local
1790 const gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateBilinear() local
1908 const gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateBicubicFixed() local

Completed in 14 milliseconds