Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c87 #define gd_ftofx(x) (long)((x) * 256) macro
1151 const gdFixed f_dx = gd_ftofx(dx); in gdImageScaleNearestNeighbour()
1152 const gdFixed f_dy = gd_ftofx(dy); in gdImageScaleNearestNeighbour()
1254 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearPalette()
1255 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearPalette()
1356 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearTC()
1357 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearTC()
1719 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateNearestNeighbour()
1773 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateGeneric()
1836 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateBilinear()
[all …]

Completed in 12 milliseconds