Home | History | Annotate | Download | only in psaux

Lines Matching refs:num_args

616         FT_Int     num_args = (FT_Int)( args - decoder->stack );
867 if ( num_args > 0 && decoder->read_width )
884 set_width_ok = num_args & 2;
894 set_width_ok = num_args & 1;
902 : ( ( num_args == 5 ) || ( num_args == 1 ) );
922 num_args--;
931 if ( num_args < req_args )
934 num_args -= req_args;
959 num_args / 2,
960 args - ( num_args & ~1 ) );
962 decoder->num_hints += num_args / 2;
974 if ( num_args > 0 )
979 num_args / 2,
980 args - ( num_args & ~1 ) );
982 decoder->num_hints += num_args / 2;
1058 cff_check_points( builder, num_args / 2 ) )
1061 if ( num_args < 2 )
1064 args -= num_args & ~1;
1084 if ( num_args < 0 )
1089 if ( num_args == 0 )
1093 cff_check_points( builder, num_args ) )
1121 if ( num_args < 6 )
1124 nargs = num_args - num_args % 6;
1158 if ( num_args < 4 )
1161 /* if num_args isn't of the form 4n or 4n+1, */
1164 nargs = num_args & ~2;
1206 if ( num_args < 4 )
1209 /* if num_args isn't of the form 4n or 4n+1, */
1212 nargs = num_args & ~2;
1259 if ( num_args < 4 )
1262 /* if num_args isn't of the form 8n, 8n+1, 8n+4, or 8n+5, */
1265 nargs = num_args & ~2;
1319 if ( num_args < 8 )
1322 nargs = num_args & ~1;
1367 if ( num_args < 8 )
1370 nargs = num_args - 2;
1623 if ( num_args >= 4 )
1779 else if ( idx > num_args - 2 )
1780 idx = num_args - 2;
1926 if ( num_results * (FT_Int)num_designs > num_args )
1933 num_args -= num_results * ( num_designs - 1 );