Home
last modified time | relevance | path

Searched refs:glyph_names (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/freetype/src/psaux/
A Dt1cmap.c43 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 Dt1cmap.h48 const char* const* glyph_names; member
A Dt1decode.h49 FT_Byte** glyph_names,
A Dt1decode.c147 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 Dttpost.c285 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 Dt42objs.c87 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 Dt42drivr.c65 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 Dt42parse.h50 PS_TableRec glyph_names; member
A Dt42parse.c736 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 Dt1load.h43 PS_TableRec glyph_names; member
A Dt1driver.c62 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 Dt1gload.c172 (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 Dt1load.c1501 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 Dt1afm.c67 char* gname = (char*)type1->glyph_names[n]; in t1_get_index()
A Dt1objs.c245 FT_FREE( type1->glyph_names ); in T1_Face_Done()
/AliOS-Things-master/components/freetype/include/internal/
A Dt1types.h112 FT_String** glyph_names; /* array of glyph names */ member
A Dpsaux.h646 FT_Byte** glyph_names,
675 FT_Byte** glyph_names; member
A Dtttypes.h760 FT_Char** glyph_names; member
/AliOS-Things-master/components/freetype/src/cff/
A Dcffgload.h187 FT_Byte** glyph_names; /* for pure CFF fonts only */ member

Completed in 35 milliseconds