Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c86 #define gd_ftofx(x) (long)((x) * 256) macro
1073 const gdFixed f_dx = gd_ftofx(dx); in gdImageScaleNearestNeighbour()
1074 const gdFixed f_dy = gd_ftofx(dy); in gdImageScaleNearestNeighbour()
1128 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearPalette()
1129 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearPalette()
1230 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearTC()
1231 gdFixed f_dy = gd_ftofx(dy); in gdImageScaleBilinearTC()
1606 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateNearestNeighbour()
1663 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateGeneric()
1730 const gdFixed f_0_5 = gd_ftofx(0.5f); in gdImageRotateBilinear()
[all …]

Completed in 12 milliseconds