Searched refs:name_table (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | sfdriver.c | 238 TT_NameEntryRec* name = face->name_table.names + n; in sfnt_get_ps_name() 258 TT_NameEntryRec* name = face->name_table.names + found_win; in sfnt_get_ps_name() 267 FT_Stream stream = face->name_table.stream; in sfnt_get_ps_name() 300 TT_NameEntryRec* name = face->name_table.names + found_apple; in sfnt_get_ps_name() 309 FT_Stream stream = face->name_table.stream; in sfnt_get_ps_name()
|
A D | sfobjs.c | 166 rec = face->name_table.names; in tt_face_get_name() 240 rec = face->name_table.names + found_win; in tt_face_get_name() 264 rec = face->name_table.names + found_apple; in tt_face_get_name() 269 rec = face->name_table.names + found_unicode; in tt_face_get_name() 277 FT_Stream stream = face->name_table.stream; in tt_face_get_name()
|
A D | ttload.c | 775 table = &face->name_table; in tt_face_load_name() 870 TT_NameTable table = &face->name_table; in tt_face_free_name()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 736 PS_Table name_table = &loader->glyph_names; in t42_parse_charstrings() local 816 error = psaux->ps_table_funcs->init( name_table, in t42_parse_charstrings() 871 error = T1_Add_Table( name_table, n, cur, len + 1 ); in t42_parse_charstrings() 876 name_table->elements[n][len] = '\0'; in t42_parse_charstrings() 924 (const char*)name_table->elements[0] ) ) in t42_parse_charstrings() 934 name_table->elements[0], in t42_parse_charstrings() 935 name_table->lengths [0] ); in t42_parse_charstrings() 948 name_table->elements[notdef_index], in t42_parse_charstrings() 949 name_table->lengths [notdef_index] ); in t42_parse_charstrings() 960 error = T1_Add_Table( name_table, notdef_index, in t42_parse_charstrings() [all …]
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 1501 PS_Table name_table = &loader->glyph_names; in parse_charstrings() local 1625 error = T1_Add_Table( name_table, n, cur, len + 1 ); in parse_charstrings() 1630 name_table->elements[n][len] = '\0'; in parse_charstrings() 1686 name_table->elements[0], in parse_charstrings() 1687 name_table->lengths [0] ); in parse_charstrings() 1712 error = T1_Add_Table( name_table, notdef_index, in parse_charstrings() 1724 error = T1_Add_Table( name_table, 0, in parse_charstrings() 1750 name_table->elements[0], in parse_charstrings() 1751 name_table->lengths [0] ); in parse_charstrings() 1761 error = T1_Add_Table( name_table, 0, notdef_name, 8 ); in parse_charstrings() [all …]
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftsnames.c | 57 TT_NameEntryRec* entry = ttface->name_table.names + idx; in FT_Get_Sfnt_Name()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | tttypes.h | 1272 TT_NameTableRec name_table; /* name table */ member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libunicode.c | 910 static int unicode_find_name(const char *name_table, const char *name) in unicode_find_name() argument 916 p = name_table; in unicode_find_name()
|
Completed in 38 milliseconds