Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c91 #define gd_fxtoi(x) ((x) >> 8) macro
1162 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour()
1273 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette()
1466 const long m = gd_fxtoi(f_a); in gdImageScaleBicubicFixed()
1467 const long n = gd_fxtoi(f_b); in gdImageScaleBicubicFixed()
1726 long m = gd_fxtoi(f_m); in gdImageRotateNearestNeighbour()
1727 long n = gd_fxtoi(f_n); in gdImageRotateNearestNeighbour()
1783 long m = gd_fxtoi(f_m); in gdImageRotateGeneric()
1784 long n = gd_fxtoi(f_n); in gdImageRotateGeneric()
1957 const int m = gd_fxtoi(f_m); in gdImageRotateBicubicFixed()
[all …]

Completed in 17 milliseconds