Searched refs:gd_itofx (Results 1 – 1 of 1) sorted by relevance
94 #define gd_itofx(x) ((x) << 8) macro1186 gdFixed f_1 = gd_itofx(1); in gdImageScaleBilinearPalette()1220 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearPalette()1288 gdFixed f_1 = gd_itofx(1); in gdImageScaleBilinearTC()1310 gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearTC()1311 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearTC()1388 const gdFixed f_1 = gd_itofx(1); in gdImageScaleBicubicFixed()1389 const gdFixed f_2 = gd_itofx(2); in gdImageScaleBicubicFixed()1390 const gdFixed f_4 = gd_itofx(4); in gdImageScaleBicubicFixed()1391 const gdFixed f_6 = gd_itofx(6); in gdImageScaleBicubicFixed()[all …]
Completed in 13 milliseconds