Searched refs:char_name (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/type42/ |
H A D | t42objs.c | 108 /* the name in type1.encoding.char_name */ in T42_Open_Face() 116 const FT_String* char_name = in T42_Open_Face() local 121 type1->encoding.char_name [charcode] = ".notdef"; in T42_Open_Face() 123 if ( char_name ) in T42_Open_Face() 129 if ( ft_strcmp( char_name, glyph_name ) == 0 ) in T42_Open_Face() 132 type1->encoding.char_name [charcode] = glyph_name; in T42_Open_Face() 440 FT_FREE( type1->encoding.char_name ); in T42_Face_Done()
|
H A D | t42parse.c | 360 FT_FREE( encode->char_name ); in t42_parse_encoding() 367 FT_NEW_ARRAY( encode->char_name, count ) || in t42_parse_encoding()
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 258 static int set_special_character(struct termios *new, int *i, char *char_name) in set_special_character() argument 264 if (!strcmp(chars[j].name, char_name)) { in set_special_character() 274 xprintf("setting %s to %s (%02x)\n", char_name, arg, ch); in set_special_character()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
H A D | t1types.h | 69 * char_name :: 79 const FT_String** char_name; member
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
H A D | t1load.c | 1527 FT_FREE( encode->char_name ); in parse_encoding() 1534 FT_NEW_ARRAY( encode->char_name, array_size ) || in parse_encoding() 2678 /* the name to type1.encoding.char_name */ in FT_LOCAL_DEF() 2686 const FT_String* char_name = in FT_LOCAL_DEF() local 2691 type1->encoding.char_name [charcode] = ".notdef"; in FT_LOCAL_DEF() 2693 if ( char_name ) in FT_LOCAL_DEF() 2699 if ( ft_strcmp( char_name, glyph_name ) == 0 ) in FT_LOCAL_DEF() 2702 type1->encoding.char_name [charcode] = glyph_name; in FT_LOCAL_DEF()
|
H A D | t1driver.c | 329 retval = ft_strlen( type1->encoding.char_name[idx] ) + 1; in t1_ps_get_font_value() 332 ft_memcpy( value, (void *)( type1->encoding.char_name[idx] ), in t1_ps_get_font_value()
|
H A D | t1objs.c | 260 FT_FREE( type1->encoding.char_name ); in T1_Face_Done()
|
Completed in 9 milliseconds