Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c96 #define gd_ftofx(x) (long)((x) * 256) macro
1083 const gdFixed f_dx = gd_ftofx(dx); in gdImageScaleNearestNeighbour()
1084 const gdFixed f_dy = gd_ftofx(dy); in gdImageScaleNearestNeighbour()
1138 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearPalette()
1139 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearPalette()
1240 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearTC()
1241 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearTC()
1616 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateNearestNeighbour()
1673 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateGeneric()
1740 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateBilinear()
[all …]

Completed in 21 milliseconds