Home | History | Annotate | Download | only in truetype

Lines Matching refs:new_top

3147     CUR.new_top = 0;
4919 CUR.new_top += L;
4949 CUR.new_top += L;
5488 CUR.new_top = CUR.args;
5702 CUR.new_top = CUR.args;
5872 CUR.new_top = CUR.args;
6322 CUR.new_top = CUR.args;
6543 CUR.new_top = CUR.args;
6840 CUR.new_top = CUR.args;
6902 CUR.new_top = CUR.args;
6934 CUR.new_top = CUR.args;
6994 CUR.new_top = CUR.args;
7459 CUR.new_top = CUR.args + ( Pop_Push_Count[CUR.opcode] & 15 );
7461 /* `new_top' is the new top of the stack, after the instruction's */
7462 /* execution. `top' will be set to `new_top' after the `switch' */
7464 if ( CUR.new_top > CUR.stackSize )
8091 CUR.top = CUR.new_top;