Home | History | Annotate | Download | only in psaux

Lines Matching refs:args

615         FT_Fixed*  args     = decoder->top;
616 FT_Int num_args = (FT_Int)( args - decoder->stack );
933 args -= req_args;
936 /* At this point, `args' points to the first argument of the */
938 /* to adjust `args' manually. */
960 args - ( num_args & ~1 ) );
963 args = stack;
980 args - ( num_args & ~1 ) );
1023 args = stack;
1031 x = ADD_LONG( x, args[-2] );
1032 y = ADD_LONG( y, args[-1] );
1033 args = stack;
1041 y = ADD_LONG( y, args[-1] );
1042 args = stack;
1050 x = ADD_LONG( x, args[-1] );
1051 args = stack;
1064 args -= num_args & ~1;
1065 while ( args < decoder->top )
1067 x = ADD_LONG( x, args[0] );
1068 y = ADD_LONG( y, args[1] );
1070 args += 2;
1072 args = stack;
1096 args = stack;
1097 while ( args < decoder->top )
1100 x = ADD_LONG( x, args[0] );
1102 y = ADD_LONG( y, args[0] );
1107 args++;
1110 args = stack;
1130 args -= nargs;
1131 while ( args < decoder->top )
1133 x = ADD_LONG( x, args[0] );
1134 y = ADD_LONG( y, args[1] );
1137 x = ADD_LONG( x, args[2] );
1138 y = ADD_LONG( y, args[3] );
1141 x = ADD_LONG( x, args[4] );
1142 y = ADD_LONG( y, args[5] );
1145 args += 6;
1147 args = stack;
1169 args -= nargs;
1173 x = ADD_LONG( x, args[0] );
1174 args++;
1181 while ( args < decoder->top )
1183 y = ADD_LONG( y, args[0] );
1186 x = ADD_LONG( x, args[1] );
1187 y = ADD_LONG( y, args[2] );
1190 y = ADD_LONG( y, args[3] );
1193 args += 4;
1195 args = stack;
1217 args -= nargs;
1220 y = ADD_LONG( y, args[0] );
1221 args++;
1228 while ( args < decoder->top )
1230 x = ADD_LONG( x, args[0] );
1233 x = ADD_LONG( x, args[1] );
1234 y = ADD_LONG( y, args[2] );
1237 x = ADD_LONG( x, args[3] );
1240 args += 4;
1242 args = stack;
1267 args -= nargs;
1278 x = ADD_LONG( x, args[0] );
1281 x = ADD_LONG( x, args[1] );
1282 y = ADD_LONG( y, args[2] );
1285 y = ADD_LONG( y, args[3] );
1287 x = ADD_LONG( x, args[4] );
1292 y = ADD_LONG( y, args[0] );
1295 x = ADD_LONG( x, args[1] );
1296 y = ADD_LONG( y, args[2] );
1299 x = ADD_LONG( x, args[3] );
1301 y = ADD_LONG( y, args[4] );
1304 args += 4;
1307 args = stack;
1329 args -= nargs;
1334 x = ADD_LONG( x, args[0] );
1335 y = ADD_LONG( y, args[1] );
1338 args += 2;
1343 x = ADD_LONG( x, args[0] );
1344 y = ADD_LONG( y, args[1] );
1347 x = ADD_LONG( x, args[2] );
1348 y = ADD_LONG( y, args[3] );
1351 x = ADD_LONG( x, args[4] );
1352 y = ADD_LONG( y, args[5] );
1355 args = stack;
1378 args -= nargs;
1383 x = ADD_LONG( x, args[0] );
1384 y = ADD_LONG( y, args[1] );
1387 x = ADD_LONG( x, args[2] );
1388 y = ADD_LONG( y, args[3] );
1391 x = ADD_LONG( x, args[4] );
1392 y = ADD_LONG( y, args[5] );
1395 args += 6;
1400 x = ADD_LONG( x, args[0] );
1401 y = ADD_LONG( y, args[1] );
1404 args = stack;
1426 x = ADD_LONG( x, args[0] );
1427 y = ADD_LONG( y, args[1] );
1431 x = ADD_LONG( x, args[2] );
1432 y = ADD_LONG( y, args[3] );
1437 x = ADD_LONG( x, args[4] );
1442 x = ADD_LONG( x, args[5] );
1446 x = ADD_LONG( x, args[6] );
1447 y = ADD_LONG( y, args[7] );
1451 x = ADD_LONG( x, args[8] );
1455 args = stack;
1475 x = ADD_LONG( x, args[0] );
1479 x = ADD_LONG( x, args[1] );
1480 y = ADD_LONG( y, args[2] );
1485 x = ADD_LONG( x, args[3] );
1490 x = ADD_LONG( x, args[4] );
1494 x = ADD_LONG( x, args[5] );
1500 x = ADD_LONG( x, args[6] );
1503 args = stack;
1531 temp = args;
1551 x = ADD_LONG( x, args[0] );
1552 y = ADD_LONG( y, args[1] );
1555 args += 2;
1561 x = ADD_LONG( x, args[0] );
1567 y = ADD_LONG( y, args[0] );
1572 args = stack;
1589 x = ADD_LONG( x, args[0] );
1590 y = ADD_LONG( y, args[1] );
1593 args += 2;
1596 args = stack;
1604 args[0], args[1], args[2],
1605 (FT_Int)( args[3] >> 16 ),
1606 (FT_Int)( args[4] >> 16 ) );
1630 0L, args[-4], args[-3],
1631 (FT_Int)( args[-2] >> 16 ),
1632 (FT_Int)( args[-1] >> 16 ) );
1667 if ( args[0] < 0 )
1669 if ( args[0] == FT_LONG_MIN )
1670 args[0] = FT_LONG_MAX;
1672 args[0] = -args[0];
1674 args++;
1680 args[0] = ADD_LONG( args[0], args[1] );
1681 args++;
1687 args[0] = SUB_LONG( args[0], args[1] );
1688 args++;
1694 args[0] = FT_DivFix( args[0], args[1] );
1695 args++;
1701 if ( args[0] == FT_LONG_MIN )
1702 args[0] = FT_LONG_MAX;
1703 args[0] = -args[0];
1704 args++;
1712 args[0] = (FT_Fixed)
1714 args++;
1723 args[0] = FT_MulFix( args[0], args[1] );
1724 args++;
1730 if ( args[0] > 0 )
1732 FT_Fixed root = args[0];
1738 new_root = ( root + FT_DivFix( args[0], root ) + 1 ) >> 1;
1743 args[0] = new_root;
1746 args[0] = 0;
1747 args++;
1763 tmp = args[0];
1764 args[0] = args[1];
1765 args[1] = tmp;
1766 args += 2;
1772 FT_Int idx = (FT_Int)( args[0] >> 16 );
1781 args[0] = args[-( idx + 1 )];
1782 args++;
1788 FT_Int count = (FT_Int)( args[0] >> 16 );
1789 FT_Int idx = (FT_Int)( args[1] >> 16 );
1797 args -= count;
1798 if ( args < stack )
1805 FT_Fixed tmp = args[count - 1];
1810 args[i + 1] = args[i];
1811 args[0] = tmp;
1819 FT_Fixed tmp = args[0];
1824 args[i] = args[i + 1];
1825 args[count - 1] = tmp;
1829 args += count;
1836 args[1] = args[0];
1837 args += 2;
1842 FT_Fixed val = args[0];
1843 FT_Int idx = (FT_Int)( args[1] >> 16 );
1859 FT_Int idx = (FT_Int)( args[0] >> 16 );
1868 args[0] = val;
1869 args++;
1886 FT_Int reg_idx = (FT_Int)args[0];
1887 FT_Int idx = (FT_Int)args[1];
1888 FT_Int count = (FT_Int)args[2];
1918 FT_Int num_results = (FT_Int)( args[0] >> 16 );
1932 args -= num_results * ( num_designs - 1 );
1949 args = stack;
1960 ADD_LONG( decoder->nominal_width, ( args[1] >> 16 ) );
1962 decoder->builder.left_bearing.x = args[0];
1965 x = ADD_LONG( decoder->builder.pos_x, args[0] );
1967 args = stack;
1978 ADD_LONG( decoder->nominal_width, ( args[2] >> 16 ) );
1980 decoder->builder.left_bearing.x = args[0];
1981 decoder->builder.left_bearing.y = args[1];
1983 x = ADD_LONG( decoder->builder.pos_x, args[0] );
1984 y = ADD_LONG( decoder->builder.pos_y, args[1] );
1985 args = stack;
1995 x = ADD_LONG( decoder->builder.pos_x, args[0] );
1996 y = ADD_LONG( decoder->builder.pos_y, args[1] );
1997 args = stack;
2012 args -= 2 + ( args[-2] >> 16 );
2013 if ( args < stack )
2024 /* XXX Increasing `args' is wrong: After a certain number of */
2040 args++;
2045 FT_Fixed cond = ( args[0] && args[1] );
2050 args[0] = cond ? 0x10000L : 0;
2051 args++;
2057 FT_Fixed cond = ( args[0] || args[1] );
2062 args[0] = cond ? 0x10000L : 0;
2063 args++;
2069 FT_Fixed cond = !args[0];
2074 args[0] = cond ? 0x10000L : 0;
2075 args++;
2081 FT_Fixed cond = ( args[0] == args[1] );
2086 args[0] = cond ? 0x10000L : 0;
2087 args++;
2093 FT_Fixed cond = ( args[2] <= args[3] );
2099 args[0] = args[1];
2100 args++;
2106 FT_UInt idx = (FT_UInt)( ( args[0] >> 16 ) +
2150 FT_UInt idx = (FT_UInt)( ( args[0] >> 16 ) +
2219 decoder->top = args;