Searched refs:notdef_index (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/type42/ |
D | t42parse.c | 796 FT_Int notdef_index = 0; in t42_parse_charstrings() local 973 notdef_index = n; in t42_parse_charstrings() 1041 name_table->elements[notdef_index], in t42_parse_charstrings() 1042 name_table->lengths [notdef_index] ); in t42_parse_charstrings() 1048 code_table->elements[notdef_index], in t42_parse_charstrings() 1049 code_table->lengths [notdef_index] ); in t42_parse_charstrings() 1053 error = T1_Add_Table( name_table, notdef_index, in t42_parse_charstrings() 1059 error = T1_Add_Table( code_table, notdef_index, in t42_parse_charstrings()
|
/external/freetype/src/type1/ |
D | t1load.c | 1813 FT_Int notdef_index = 0; in parse_charstrings() local 1953 notdef_index = n; in parse_charstrings() 2022 name_table->elements[notdef_index], in parse_charstrings() 2023 name_table->lengths [notdef_index] ); in parse_charstrings() 2029 code_table->elements[notdef_index], in parse_charstrings() 2030 code_table->lengths [notdef_index] ); in parse_charstrings() 2034 error = T1_Add_Table( name_table, notdef_index, in parse_charstrings() 2040 error = T1_Add_Table( code_table, notdef_index, in parse_charstrings()
|