Searched refs:glyph_names (Results 1 – 19 of 19) sorted by relevance
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | t1cmap.c | 43 cmap->glyph_names = (const char* const*)face->type1.glyph_names; in t1_cmap_std_init() 56 cmap->glyph_names = NULL; in t1_cmap_std_done() 82 const char* gname = cmap->glyph_names[n]; in t1_cmap_std_char_index() 270 return face->type1.glyph_names[idx]; in psaux_get_glyph_name()
|
A D | t1cmap.h | 48 const char* const* glyph_names; member
|
A D | t1decode.h | 49 FT_Byte** glyph_names,
|
A D | t1decode.c | 147 FT_String* name = (FT_String*)decoder->glyph_names[n]; in t1_lookup_glyph_by_stdcharcode() 223 if ( decoder->glyph_names == 0 && in t1operator_seac() 226 if ( decoder->glyph_names == 0 ) in t1operator_seac() 1570 FT_Byte** glyph_names, in t1_decoder_init() argument 1601 decoder->glyph_names = glyph_names; in t1_decoder_init()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttpost.c | 285 table->glyph_names = name_strings; in load_format_20() 436 FT_FREE( table->glyph_names[n] ); in tt_face_free_ps_names() 438 FT_FREE( table->glyph_names ); in tt_face_free_ps_names() 534 *PSname = (FT_String*)table->glyph_names[name_index - 258]; in tt_face_get_ps_name()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42objs.c | 87 type1->glyph_names_block = loader.glyph_names.block; in T42_Open_Face() 88 type1->glyph_names = (FT_String**)loader.glyph_names.elements; in T42_Open_Face() 89 loader.glyph_names.block = 0; in T42_Open_Face() 90 loader.glyph_names.elements = 0; in T42_Open_Face() 121 glyph_name = (FT_Byte*)type1->glyph_names[idx]; in T42_Open_Face() 435 FT_FREE( type1->glyph_names ); in T42_Face_Done()
|
A D | t42drivr.c | 65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t42_get_glyph_name() 80 FT_String* gname = face->type1.glyph_names[i]; in t42_get_name_index()
|
A D | t42parse.h | 50 PS_TableRec glyph_names; member
|
A D | t42parse.c | 736 PS_Table name_table = &loader->glyph_names; in t42_parse_charstrings() 1192 loader->glyph_names.init = 0; in t42_loader_init() 1205 T1_Release_Table( &loader->glyph_names ); in t42_loader_done()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.h | 43 PS_TableRec glyph_names; member
|
A D | t1driver.c | 62 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t1_get_glyph_name() 77 FT_String* gname = face->type1.glyph_names[i]; in t1_get_name_index() 281 retval = (FT_Long)( ft_strlen( type1->glyph_names[idx] ) + 1 ); in t1_ps_get_font_value() 284 ft_memcpy( value, (void *)( type1->glyph_names[idx] ), retval ); in t1_ps_get_font_value()
|
A D | t1gload.c | 172 (FT_Byte**)type1->glyph_names, in T1_Compute_Max_Advance() 237 (FT_Byte**)type1->glyph_names, in T1_Get_Advances() 333 (FT_Byte**)type1->glyph_names, in T1_Load_Glyph()
|
A D | t1load.c | 1501 PS_Table name_table = &loader->glyph_names; in parse_charstrings() 2050 loader->glyph_names.init = 0; in t1_init_loader() 2067 T1_Release_Table( &loader->glyph_names ); in t1_done_loader() 2208 type1->glyph_names_block = loader.glyph_names.block; in T1_Open_Face() 2209 type1->glyph_names = (FT_String**)loader.glyph_names.elements; in T1_Open_Face() 2210 loader.glyph_names.block = 0; in T1_Open_Face() 2211 loader.glyph_names.elements = 0; in T1_Open_Face() 2241 glyph_name = (FT_Byte*)type1->glyph_names[idx]; in T1_Open_Face()
|
A D | t1afm.c | 67 char* gname = (char*)type1->glyph_names[n]; in t1_get_index()
|
A D | t1objs.c | 245 FT_FREE( type1->glyph_names ); in T1_Face_Done()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | t1types.h | 112 FT_String** glyph_names; /* array of glyph names */ member
|
A D | psaux.h | 646 FT_Byte** glyph_names, 675 FT_Byte** glyph_names; member
|
A D | tttypes.h | 760 FT_Char** glyph_names; member
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffgload.h | 187 FT_Byte** glyph_names; /* for pure CFF fonts only */ member
|
Completed in 44 milliseconds