Home
last modified time | relevance | path

Searched refs:subr_no (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/psaux/
Dt1decode.c755 FT_Int subr_no; in t1_decoder_parse_charstrings() local
769 subr_no = Fix2Int( top[1] ); in t1_decoder_parse_charstrings()
808 switch ( subr_no ) in t1_decoder_parse_charstrings()
912 num_points = (FT_UInt)subr_no - 13 + ( subr_no == 18 ); in t1_decoder_parse_charstrings()
1114 if ( arg_cnt >= 0 && subr_no >= 0 ) in t1_decoder_parse_charstrings()
1118 arg_cnt, subr_no )); in t1_decoder_parse_charstrings()
1126 " invalid othersubr [%d %d]\n", arg_cnt, subr_no )); in t1_decoder_parse_charstrings()
Dpsintrp.c1649 CF2_Int subr_no; in cf2_interpT2CharString() local
1657 subr_no = cf2_stack_popInt( opStack ); in cf2_interpT2CharString()
1698 switch ( subr_no ) in cf2_interpT2CharString()
1838 num_points = (FT_UInt)subr_no - 13 + in cf2_interpT2CharString()
1839 ( subr_no == 18 ); in cf2_interpT2CharString()
2111 if ( arg_cnt >= 0 && subr_no >= 0 ) in cf2_interpT2CharString()
2119 arg_cnt, subr_no )); in cf2_interpT2CharString()
2139 arg_cnt, subr_no )); in cf2_interpT2CharString()