Searched refs:f_j (Results 1 – 1 of 1) sorted by relevance
1108 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local1110 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour()1119 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local1121 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour()1175 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearPalette() local1176 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearPalette()1265 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearTC() local1267 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearTC()1648 gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateNearestNeighbour() local1713 gdFixed f_j = gd_itofx((int)j - (int)new_width / 2); in gdImageRotateGeneric() local[all …]
Completed in 11 milliseconds