Searched refs:f_j (Results 1 – 1 of 1) sorted by relevance
1105 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local1107 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour()1116 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour() local1118 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour()1220 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearPalette() local1221 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearPalette()1311 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearTC() local1313 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearTC()1695 gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateNearestNeighbour() local1761 gdFixed f_j = gd_itofx((int)j - (int)new_width / 2); in gdImageRotateGeneric() local[all …]
Completed in 11 milliseconds