Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/libgd/
H A Dgd_interpolation.c102 #define gd_fxtoi(x) ((x) >> 8) macro
1207 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette()
1297 const long m = gd_fxtoi(f_a); in gdImageScaleBilinearTC()
1680 long m = gd_fxtoi(f_m); in gdImageRotateNearestNeighbour()
1681 long n = gd_fxtoi(f_n); in gdImageRotateNearestNeighbour()
1745 long m = gd_fxtoi(f_m); in gdImageRotateGeneric()
1746 long n = gd_fxtoi(f_n); in gdImageRotateGeneric()
1803 const int m = gd_fxtoi(f_m); in gdImageRotateBilinear()
1804 const int n = gd_fxtoi(f_n); in gdImageRotateBilinear()
1921 const int m = gd_fxtoi(f_m); in gdImageRotateBicubicFixed()
[all …]

Completed in 14 milliseconds