Home
last modified time | relevance | path

Searched refs:char_name (Results 1 – 8 of 8) sorted by relevance

/external/freetype/src/type42/
Dt42objs.c110 const FT_String* char_name = in T42_Open_Face() local
115 type1->encoding.char_name [charcode] = ".notdef"; in T42_Open_Face()
117 if ( char_name ) in T42_Open_Face()
123 if ( ft_strcmp( char_name, glyph_name ) == 0 ) in T42_Open_Face()
126 type1->encoding.char_name [charcode] = glyph_name; in T42_Open_Face()
439 FT_FREE( type1->encoding.char_name ); in T42_Face_Done()
Dt42parse.c360 FT_FREE( encode->char_name ); in t42_parse_encoding()
367 FT_QNEW_ARRAY( encode->char_name, count ) || in t42_parse_encoding()
/external/freetype/include/freetype/internal/
Dt1types.h79 const FT_String** char_name; member
/external/freetype/src/type1/
Dt1load.c1531 FT_FREE( encode->char_name ); in parse_encoding()
1538 FT_QNEW_ARRAY( encode->char_name, array_size ) || in parse_encoding()
2690 const FT_String* char_name = in T1_Open_Face() local
2695 type1->encoding.char_name [charcode] = ".notdef"; in T1_Open_Face()
2697 if ( char_name ) in T1_Open_Face()
2703 if ( ft_strcmp( char_name, glyph_name ) == 0 ) in T1_Open_Face()
2706 type1->encoding.char_name [charcode] = glyph_name; in T1_Open_Face()
Dt1driver.c340 retval = ft_strlen( type1->encoding.char_name[idx] ) + 1; in t1_ps_get_font_value()
343 ft_memcpy( value, (void *)( type1->encoding.char_name[idx] ), in t1_ps_get_font_value()
Dt1objs.c262 FT_FREE( type1->encoding.char_name ); in T1_Face_Done()
/external/toybox/toys/pending/
Dstty.c261 static int set_special_character(struct termios *new, int *i, char *char_name) in set_special_character() argument
267 if (!strcmp(chars[j].name, char_name)) { in set_special_character()
/external/freetype/docs/oldlogs/
DChangeLog.201913 (T1_Done_Face): Free `char_name' table to avoid a memory leak.