/third_party/freetype/src/type42/ |
D | t42objs.c | 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()
|
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/flutter/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.c | 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()
|
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/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.c | 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()
|
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/ |
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/freetype/include/freetype/internal/ |
D | t1types.h | 79 const FT_String** char_name; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | t1types.h | 79 const FT_String** char_name; member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | t1types.h | 80 const FT_String** char_name; member
|
/third_party/freetype/src/type1/ |
D | t1load.c | 1517 FT_FREE( encode->char_name ); in parse_encoding() 1524 FT_NEW_ARRAY( encode->char_name, array_size ) || in parse_encoding() 2668 const FT_String* char_name = in T1_Open_Face() local 2673 type1->encoding.char_name [charcode] = ".notdef"; in T1_Open_Face() 2675 if ( char_name ) in T1_Open_Face() 2681 if ( ft_strcmp( char_name, glyph_name ) == 0 ) in T1_Open_Face() 2684 type1->encoding.char_name [charcode] = glyph_name; in T1_Open_Face()
|
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()
|
D | t1objs.c | 256 FT_FREE( type1->encoding.char_name ); in T1_Face_Done()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1load.c | 1527 FT_FREE( encode->char_name ); in parse_encoding() 1534 FT_NEW_ARRAY( encode->char_name, array_size ) || in parse_encoding() 2686 const FT_String* char_name = in T1_Open_Face() local 2691 type1->encoding.char_name [charcode] = ".notdef"; in T1_Open_Face() 2693 if ( char_name ) in T1_Open_Face() 2699 if ( ft_strcmp( char_name, glyph_name ) == 0 ) in T1_Open_Face() 2702 type1->encoding.char_name [charcode] = glyph_name; in T1_Open_Face()
|
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()
|
D | t1objs.c | 260 FT_FREE( type1->encoding.char_name ); in T1_Face_Done()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1load.c | 1493 FT_FREE( encode->char_name ); in parse_encoding() 1500 FT_NEW_ARRAY( encode->char_name, array_size ) || in parse_encoding() 2644 const FT_String* char_name = in T1_Open_Face() local 2649 type1->encoding.char_name [charcode] = ".notdef"; in T1_Open_Face() 2651 if ( char_name ) in T1_Open_Face() 2657 if ( ft_strcmp( char_name, glyph_name ) == 0 ) in T1_Open_Face() 2660 type1->encoding.char_name [charcode] = glyph_name; in T1_Open_Face()
|
D | t1driver.c | 330 retval = ft_strlen( type1->encoding.char_name[idx] ) + 1; in t1_ps_get_font_value() 333 ft_memcpy( value, (void *)( type1->encoding.char_name[idx] ), in t1_ps_get_font_value()
|
D | t1objs.c | 257 FT_FREE( type1->encoding.char_name ); in T1_Face_Done()
|
/third_party/boost/boost/spirit/home/support/detail/lexer/ |
D | rules.hpp | 48 static const char *char_name () in char_name() function 77 static const char *char_name () in char_name() function
|
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/ |
D | generate_static.hpp | 113 os_ << boost::lexer::detail::strings<Char>::char_name() in generate_cpp_state_info() 166 os_ << " static " << boost::lexer::detail::strings<Char>::char_name() in generate_cpp_state_table()
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.20 | 1913 (T1_Done_Face): Free `char_name' table to avoid a memory leak.
|
/third_party/freetype/ |
D | ChangeLog.20 | 1913 (T1_Done_Face): Free `char_name' table to avoid a memory leak.
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.20 | 1913 (T1_Done_Face): Free `char_name' table to avoid a memory leak.
|