Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c102 #define gd_fxtoi(x) ((x) >> 8) macro
1177 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette()
1267 const long m = gd_fxtoi(f_a); in gdImageScaleBilinearTC()
1650 long m = gd_fxtoi(f_m); in gdImageRotateNearestNeighbour()
1651 long n = gd_fxtoi(f_n); in gdImageRotateNearestNeighbour()
1715 long m = gd_fxtoi(f_m); in gdImageRotateGeneric()
1716 long n = gd_fxtoi(f_n); in gdImageRotateGeneric()
1773 const int m = gd_fxtoi(f_m); in gdImageRotateBilinear()
1774 const int n = gd_fxtoi(f_n); in gdImageRotateBilinear()
1891 const int m = gd_fxtoi(f_m); in gdImageRotateBicubicFixed()
[all …]

Completed in 17 milliseconds