Lines Matching refs:gd_ftofx

96 #define gd_ftofx(x) (long)((x) * 256)  macro
1083 const gdFixed f_dx = gd_ftofx(dx); in gdImageScaleNearestNeighbour()
1084 const gdFixed f_dy = gd_ftofx(dy); in gdImageScaleNearestNeighbour()
1138 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearPalette()
1139 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearPalette()
1240 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearTC()
1241 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearTC()
1338 const gdFixed f_dx = gd_ftofx((float)src_w / (float)new_width); in gdImageScaleBicubicFixed()
1339 const gdFixed f_dy = gd_ftofx((float)src_h / (float)new_height); in gdImageScaleBicubicFixed()
1344 const gdFixed f_gamma = gd_ftofx(1.04f); in gdImageScaleBicubicFixed()
1616 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateNearestNeighbour()
1619 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateNearestNeighbour()
1620 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour()
1673 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateGeneric()
1676 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateGeneric()
1677 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric()
1740 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateBilinear()
1743 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateBilinear()
1744 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear()
1855 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateBicubicFixed()
1858 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateBicubicFixed()
1859 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBicubicFixed()
1864 const gdFixed f_gama = gd_ftofx(1.04f); in gdImageRotateBicubicFixed()