Searched refs:gd_ftofx (Results 1 – 1 of 1) sorted by relevance
97 #define gd_ftofx(x) (long)((x) * 256) macro1081 const gdFixed f_dx = gd_ftofx(dx); in gdImageScaleNearestNeighbour()1082 const gdFixed f_dy = gd_ftofx(dy); in gdImageScaleNearestNeighbour()1184 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearPalette()1185 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearPalette()1286 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearTC()1287 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearTC()1664 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateNearestNeighbour()1722 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateGeneric()1790 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateBilinear()[all …]
Completed in 12 milliseconds