Home | History | Annotate | Download | only in type1

Lines Matching defs:char_name

1353         FT_FREE( encode->char_name );
1360 FT_NEW_ARRAY( encode->char_name, array_size ) ||
2451 /* the name to type1.encoding.char_name */
2459 FT_Byte* char_name;
2463 type1->encoding.char_name [charcode] = (char *)".notdef";
2465 char_name = loader.encoding_table.elements[charcode];
2466 if ( char_name )
2470 if ( ft_strcmp( (const char*)char_name,
2474 type1->encoding.char_name [charcode] = (char*)glyph_name;