Lines Matching refs:gd_itofx

94 #define gd_itofx(x) ((x) << 8)  macro
650 const gdFixed f_127 = gd_itofx(127); in _setEdgePixel()
1184 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour()
1185 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour()
1195 const gdFixed f_i = gd_itofx(i); in gdImageScaleNearestNeighbour()
1196 const gdFixed f_j = gd_itofx(j); in gdImageScaleNearestNeighbour()
1266 gdFixed f_1 = gd_itofx(1); in gdImageScaleBilinearPalette()
1292 const gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearPalette()
1300 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearPalette()
1304 gdFixed f_f = f_a - gd_itofx(m); in gdImageScaleBilinearPalette()
1305 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearPalette()
1326 f_r1 = gd_itofx(gdTrueColorGetRed(pixel1)); in gdImageScaleBilinearPalette()
1327 f_r2 = gd_itofx(gdTrueColorGetRed(pixel2)); in gdImageScaleBilinearPalette()
1328 f_r3 = gd_itofx(gdTrueColorGetRed(pixel3)); in gdImageScaleBilinearPalette()
1329 f_r4 = gd_itofx(gdTrueColorGetRed(pixel4)); in gdImageScaleBilinearPalette()
1330 f_g1 = gd_itofx(gdTrueColorGetGreen(pixel1)); in gdImageScaleBilinearPalette()
1331 f_g2 = gd_itofx(gdTrueColorGetGreen(pixel2)); in gdImageScaleBilinearPalette()
1332 f_g3 = gd_itofx(gdTrueColorGetGreen(pixel3)); in gdImageScaleBilinearPalette()
1333 f_g4 = gd_itofx(gdTrueColorGetGreen(pixel4)); in gdImageScaleBilinearPalette()
1334 f_b1 = gd_itofx(gdTrueColorGetBlue(pixel1)); in gdImageScaleBilinearPalette()
1335 f_b2 = gd_itofx(gdTrueColorGetBlue(pixel2)); in gdImageScaleBilinearPalette()
1336 f_b3 = gd_itofx(gdTrueColorGetBlue(pixel3)); in gdImageScaleBilinearPalette()
1337 f_b4 = gd_itofx(gdTrueColorGetBlue(pixel4)); in gdImageScaleBilinearPalette()
1338 f_a1 = gd_itofx(gdTrueColorGetAlpha(pixel1)); in gdImageScaleBilinearPalette()
1339 f_a2 = gd_itofx(gdTrueColorGetAlpha(pixel2)); in gdImageScaleBilinearPalette()
1340 f_a3 = gd_itofx(gdTrueColorGetAlpha(pixel3)); in gdImageScaleBilinearPalette()
1341 f_a4 = gd_itofx(gdTrueColorGetAlpha(pixel4)); in gdImageScaleBilinearPalette()
1368 gdFixed f_1 = gd_itofx(1); in gdImageScaleBilinearTC()
1390 gdFixed f_i = gd_itofx(i); in gdImageScaleBilinearTC()
1391 gdFixed f_j = gd_itofx(j); in gdImageScaleBilinearTC()
1396 gdFixed f_f = f_a - gd_itofx(m); in gdImageScaleBilinearTC()
1397 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearTC()
1418 f_r1 = gd_itofx(gdTrueColorGetRed(pixel1)); in gdImageScaleBilinearTC()
1419 f_r2 = gd_itofx(gdTrueColorGetRed(pixel2)); in gdImageScaleBilinearTC()
1420 f_r3 = gd_itofx(gdTrueColorGetRed(pixel3)); in gdImageScaleBilinearTC()
1421 f_r4 = gd_itofx(gdTrueColorGetRed(pixel4)); in gdImageScaleBilinearTC()
1422 f_g1 = gd_itofx(gdTrueColorGetGreen(pixel1)); in gdImageScaleBilinearTC()
1423 f_g2 = gd_itofx(gdTrueColorGetGreen(pixel2)); in gdImageScaleBilinearTC()
1424 f_g3 = gd_itofx(gdTrueColorGetGreen(pixel3)); in gdImageScaleBilinearTC()
1425 f_g4 = gd_itofx(gdTrueColorGetGreen(pixel4)); in gdImageScaleBilinearTC()
1426 f_b1 = gd_itofx(gdTrueColorGetBlue(pixel1)); in gdImageScaleBilinearTC()
1427 f_b2 = gd_itofx(gdTrueColorGetBlue(pixel2)); in gdImageScaleBilinearTC()
1428 f_b3 = gd_itofx(gdTrueColorGetBlue(pixel3)); in gdImageScaleBilinearTC()
1429 f_b4 = gd_itofx(gdTrueColorGetBlue(pixel4)); in gdImageScaleBilinearTC()
1430 f_a1 = gd_itofx(gdTrueColorGetAlpha(pixel1)); in gdImageScaleBilinearTC()
1431 f_a2 = gd_itofx(gdTrueColorGetAlpha(pixel2)); in gdImageScaleBilinearTC()
1432 f_a3 = gd_itofx(gdTrueColorGetAlpha(pixel3)); in gdImageScaleBilinearTC()
1433 f_a4 = gd_itofx(gdTrueColorGetAlpha(pixel4)); in gdImageScaleBilinearTC()
1468 const gdFixed f_1 = gd_itofx(1); in gdImageScaleBicubicFixed()
1469 const gdFixed f_2 = gd_itofx(2); in gdImageScaleBicubicFixed()
1470 const gdFixed f_4 = gd_itofx(4); in gdImageScaleBicubicFixed()
1471 const gdFixed f_6 = gd_itofx(6); in gdImageScaleBicubicFixed()
1502 const gdFixed f_a = gd_mulfx(gd_itofx(i), f_dy); in gdImageScaleBicubicFixed()
1503 const gdFixed f_b = gd_mulfx(gd_itofx(j), f_dx); in gdImageScaleBicubicFixed()
1506 const gdFixed f_f = f_a - gd_itofx(m); in gdImageScaleBicubicFixed()
1507 const gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBicubicFixed()
1622 const gdFixed f = gd_itofx(k)-f_f; in gdImageScaleBicubicFixed()
1638 const gdFixed f = gd_itofx(l) - f_g; in gdImageScaleBicubicFixed()
1659 f_rs = gd_itofx(gdTrueColorGetRed(c)); in gdImageScaleBicubicFixed()
1660 f_gs = gd_itofx(gdTrueColorGetGreen(c)); in gdImageScaleBicubicFixed()
1661 f_bs = gd_itofx(gdTrueColorGetBlue(c)); in gdImageScaleBicubicFixed()
1662 f_ba = gd_itofx(gdTrueColorGetAlpha(c)); in gdImageScaleBicubicFixed()
1745 const gdFixed f_H = gd_itofx(src_h/2); in gdImageRotateNearestNeighbour()
1746 const gdFixed f_W = gd_itofx(src_w/2); in gdImageRotateNearestNeighbour()
1774 gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateNearestNeighbour()
1775 gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateNearestNeighbour()
1803 const gdFixed f_H = gd_itofx(src_h/2); in gdImageRotateGeneric()
1804 const gdFixed f_W = gd_itofx(src_w/2); in gdImageRotateGeneric()
1840 gdFixed f_i = gd_itofx((int)i - (int)new_height/ 2); in gdImageRotateGeneric()
1841 gdFixed f_j = gd_itofx((int)j - (int)new_width / 2); in gdImageRotateGeneric()
1850 gdFixed f_127 = gd_itofx(127); in gdImageRotateGeneric()
1871 const gdFixed f_H = gd_itofx(src_h/2); in gdImageRotateBilinear()
1872 const gdFixed f_W = gd_itofx(src_w/2); in gdImageRotateBilinear()
1875 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBilinear()
1899 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBilinear()
1900 const gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateBilinear()
1907 const gdFixed f_f = f_m - gd_itofx(m); in gdImageRotateBilinear()
1908 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBilinear()
1941 const gdFixed f_r1 = gd_itofx(gdTrueColorGetRed(pixel1)); in gdImageRotateBilinear()
1942 const gdFixed f_r2 = gd_itofx(gdTrueColorGetRed(pixel2)); in gdImageRotateBilinear()
1943 const gdFixed f_r3 = gd_itofx(gdTrueColorGetRed(pixel3)); in gdImageRotateBilinear()
1944 const gdFixed f_r4 = gd_itofx(gdTrueColorGetRed(pixel4)); in gdImageRotateBilinear()
1945 const gdFixed f_g1 = gd_itofx(gdTrueColorGetGreen(pixel1)); in gdImageRotateBilinear()
1946 const gdFixed f_g2 = gd_itofx(gdTrueColorGetGreen(pixel2)); in gdImageRotateBilinear()
1947 const gdFixed f_g3 = gd_itofx(gdTrueColorGetGreen(pixel3)); in gdImageRotateBilinear()
1948 const gdFixed f_g4 = gd_itofx(gdTrueColorGetGreen(pixel4)); in gdImageRotateBilinear()
1949 const gdFixed f_b1 = gd_itofx(gdTrueColorGetBlue(pixel1)); in gdImageRotateBilinear()
1950 const gdFixed f_b2 = gd_itofx(gdTrueColorGetBlue(pixel2)); in gdImageRotateBilinear()
1951 const gdFixed f_b3 = gd_itofx(gdTrueColorGetBlue(pixel3)); in gdImageRotateBilinear()
1952 const gdFixed f_b4 = gd_itofx(gdTrueColorGetBlue(pixel4)); in gdImageRotateBilinear()
1953 const gdFixed f_a1 = gd_itofx(gdTrueColorGetAlpha(pixel1)); in gdImageRotateBilinear()
1954 const gdFixed f_a2 = gd_itofx(gdTrueColorGetAlpha(pixel2)); in gdImageRotateBilinear()
1955 const gdFixed f_a3 = gd_itofx(gdTrueColorGetAlpha(pixel3)); in gdImageRotateBilinear()
1956 const gdFixed f_a4 = gd_itofx(gdTrueColorGetAlpha(pixel4)); in gdImageRotateBilinear()
1986 const gdFixed f_H = gd_itofx(src_h/2); in gdImageRotateBicubicFixed()
1987 const gdFixed f_W = gd_itofx(src_w/2); in gdImageRotateBicubicFixed()
1990 const gdFixed f_1 = gd_itofx(1); in gdImageRotateBicubicFixed()
1991 const gdFixed f_2 = gd_itofx(2); in gdImageRotateBicubicFixed()
1992 const gdFixed f_4 = gd_itofx(4); in gdImageRotateBicubicFixed()
1993 const gdFixed f_6 = gd_itofx(6); in gdImageRotateBicubicFixed()
2017 const gdFixed f_i = gd_itofx((int)i - (int)new_height/2); in gdImageRotateBicubicFixed()
2018 const gdFixed f_j = gd_itofx((int)j - (int)new_width/2); in gdImageRotateBicubicFixed()
2025 const gdFixed f_f = f_m - gd_itofx(m); in gdImageRotateBicubicFixed()
2026 const gdFixed f_g = f_n - gd_itofx(n); in gdImageRotateBicubicFixed()
2150 const gdFixed f = gd_itofx(k)-f_f; in gdImageRotateBicubicFixed()
2176 const gdFixed f = gd_itofx(l) - f_g; in gdImageRotateBicubicFixed()
2208 gdFixed f_127 = gd_itofx(127); in gdImageRotateBicubicFixed()
2216 f_rs = gd_itofx(gdTrueColorGetRed(c)); in gdImageRotateBicubicFixed()
2217 f_gs = gd_itofx(gdTrueColorGetGreen(c)); in gdImageRotateBicubicFixed()
2218 f_bs = gd_itofx(gdTrueColorGetBlue(c)); in gdImageRotateBicubicFixed()
2219 f_as = gd_itofx(gdTrueColorGetAlpha(c)); in gdImageRotateBicubicFixed()