Home
last modified time | relevance | path

Searched refs:gd_ftofx (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c97 #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()
1617 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateNearestNeighbour()
1674 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateGeneric()
1741 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateBilinear()
[all …]

Completed in 15 milliseconds