Searched refs:f_j (Results 1 – 1 of 1) sorted by relevance
1127 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local1129 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour()1138 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local1140 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour()1194 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearPalette() local1195 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearPalette()1284 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearTC() local1286 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearTC()1667 gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateNearestNeighbour() local1732 gdFixed f_j = gd_itofx((int)j - (int)new_width / 2); in gdImageRotateGeneric() local[all …]
Completed in 10 milliseconds