Lines Matching refs:gd_ftofx

97 #define gd_ftofx(x) (long)((x) * 256)  macro
1084 const gdFixed f_dx = gd_ftofx(dx); in gdImageScaleNearestNeighbour()
1085 const gdFixed f_dy = gd_ftofx(dy); in gdImageScaleNearestNeighbour()
1139 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearPalette()
1140 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearPalette()
1241 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearTC()
1242 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearTC()
1339 const gdFixed f_dx = gd_ftofx((float)src_w / (float)new_width); in gdImageScaleBicubicFixed()
1340 const gdFixed f_dy = gd_ftofx((float)src_h / (float)new_height); in gdImageScaleBicubicFixed()
1345 const gdFixed f_gamma = gd_ftofx(1.04f); in gdImageScaleBicubicFixed()
1617 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateNearestNeighbour()
1620 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateNearestNeighbour()
1621 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour()
1674 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateGeneric()
1677 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateGeneric()
1678 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric()
1741 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateBilinear()
1744 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateBilinear()
1745 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear()
1856 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateBicubicFixed()
1859 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateBicubicFixed()
1860 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBicubicFixed()
1865 const gdFixed f_gama = gd_ftofx(1.04f); in gdImageRotateBicubicFixed()