Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c103 #define gd_fxtoi(x) ((x) >> 8) macro
1178 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette()
1268 const long m = gd_fxtoi(f_a); in gdImageScaleBilinearTC()
1269 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearTC()
1377 const long m = gd_fxtoi(f_a); in gdImageScaleBicubicFixed()
1651 long m = gd_fxtoi(f_m); in gdImageRotateNearestNeighbour()
1652 long n = gd_fxtoi(f_n); in gdImageRotateNearestNeighbour()
1716 long m = gd_fxtoi(f_m); in gdImageRotateGeneric()
1717 long n = gd_fxtoi(f_n); in gdImageRotateGeneric()
1892 const int m = gd_fxtoi(f_m); in gdImageRotateBicubicFixed()
[all …]

Completed in 14 milliseconds