Lines Matching refs:gd_ftofx

97 #define gd_ftofx(x) (long)((x) * 256)  macro
1161 const gdFixed f_dx = gd_ftofx(dx); in gdImageScaleNearestNeighbour()
1162 const gdFixed f_dy = gd_ftofx(dy); in gdImageScaleNearestNeighbour()
1264 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearPalette()
1265 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearPalette()
1366 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearTC()
1367 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearTC()
1466 const gdFixed f_dx = gd_ftofx((float)src_w / (float)new_width); in gdImageScaleBicubicFixed()
1467 const gdFixed f_dy = gd_ftofx((float)src_h / (float)new_height); in gdImageScaleBicubicFixed()
1472 const gdFixed f_gamma = gd_ftofx(1.04f); in gdImageScaleBicubicFixed()
1744 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateNearestNeighbour()
1747 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateNearestNeighbour()
1748 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour()
1802 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateGeneric()
1805 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateGeneric()
1806 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric()
1870 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateBilinear()
1873 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateBilinear()
1874 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear()
1985 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateBicubicFixed()
1988 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateBicubicFixed()
1989 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBicubicFixed()
1994 const gdFixed f_gama = gd_ftofx(1.04f); in gdImageRotateBicubicFixed()