Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd_interpolation.c103 #define gd_fxtoi(x) ((x) >> 8) macro
1188 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour()
1303 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette()
1504 const long m = gd_fxtoi(f_a); in gdImageScaleBicubicFixed()
1505 const long n = gd_fxtoi(f_b); in gdImageScaleBicubicFixed()
1778 long m = gd_fxtoi(f_m); in gdImageRotateNearestNeighbour()
1779 long n = gd_fxtoi(f_n); in gdImageRotateNearestNeighbour()
1844 long m = gd_fxtoi(f_m); in gdImageRotateGeneric()
1845 long n = gd_fxtoi(f_n); in gdImageRotateGeneric()
2021 const int m = gd_fxtoi(f_m); in gdImageRotateBicubicFixed()
[all …]

Completed in 11 milliseconds