Searched refs:gd_fxtoi (Results 1 – 1 of 1) sorted by relevance
102 #define gd_fxtoi(x) ((x) >> 8) macro1207 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 13 milliseconds