HomeSort by relevance Sort by last modified time
    Searched refs:char_name (Results 1 - 7 of 7) sorted by null

  /external/freetype/src/type42/
t42objs.c 109 /* the name in type1.encoding.char_name */
117 FT_Byte* char_name; local
121 type1->encoding.char_name [charcode] = (char *)".notdef";
123 char_name = loader.encoding_table.elements[charcode];
124 if ( char_name )
128 if ( ft_strcmp( (const char*)char_name,
132 type1->encoding.char_name [charcode] = (char*)glyph_name;
440 FT_FREE( type1->encoding.char_name );
t42parse.c 352 FT_FREE( encode->char_name );
359 FT_NEW_ARRAY( encode->char_name, count ) ||
    [all...]
  /external/freetype/include/freetype/internal/
t1types.h 68 /* char_name :: An array of corresponding glyph names. */
77 FT_String** char_name; member in struct:T1_EncodingRecRec_
  /external/toybox/toys/pending/
stty.c 258 static int set_special_character(struct termios *new, int *i, char *char_name)
264 if (!strcmp(chars[j].name, char_name)) {
274 xprintf("setting %s to %s (%02x)\n", char_name, arg, ch);
  /external/freetype/src/type1/
t1load.c 2459 FT_Byte* char_name; local
    [all...]
t1driver.c 325 retval = ft_strlen( type1->encoding.char_name[idx] ) + 1;
328 ft_memcpy( value, (void *)( type1->encoding.char_name[idx] ),
t1objs.c 256 FT_FREE( type1->encoding.char_name );

Completed in 1204 milliseconds