Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c93 #define gd_fxtoi(x) ((x) >> 8) macro
1178 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour()
1293 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette()
1494 const long m = gd_fxtoi(f_a); in gdImageScaleBicubicFixed()
1495 const long n = gd_fxtoi(f_b); in gdImageScaleBicubicFixed()
1747 long m = gd_fxtoi(f_m); in gdImageRotateNearestNeighbour()
1748 long n = gd_fxtoi(f_n); in gdImageRotateNearestNeighbour()
1809 long m = gd_fxtoi(f_m); in gdImageRotateGeneric()
1810 long n = gd_fxtoi(f_n); in gdImageRotateGeneric()
1983 const int m = gd_fxtoi(f_m); in gdImageRotateBicubicFixed()
[all …]

Completed in 12 milliseconds