Searched refs:gd_fxtof (Results 1 – 1 of 1) sorted by relevance
106 # define gd_fxtof(x) ((float)(x) / 256) macro652 c = c | (( (int) (gd_fxtof(gd_mulfx(coverage, f_127)) + 50.5f)) << 24); in _setEdgePixel()1772 c = c | (( gdTrueColorGetAlpha(c) + ((int)(127* gd_fxtof(f_slop)))) << 24); in gdImageRotateGeneric()2130 c = c | (( (int) (gd_fxtof(gd_mulfx(f_R, f_127)) + 50.5f)) << 24); in gdImageRotateBicubicFixed()
Completed in 18 milliseconds