Searched refs:f_j (Results 1 – 1 of 1) sorted by relevance
1185 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local1187 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour()1196 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local1198 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour()1300 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearPalette() local1301 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearPalette()1391 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearTC() local1393 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearTC()1775 gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateNearestNeighbour() local1841 gdFixed f_j = gd_itofx((int)j - (int)new_width / 2); in gdImageRotateGeneric() local[all …]
Completed in 12 milliseconds