Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/type42/
A Dt42objs.c111 FT_Byte* char_name; in T42_Open_Face() local
115 type1->encoding.char_name [charcode] = (char *)".notdef"; in T42_Open_Face()
117 char_name = loader.encoding_table.elements[charcode]; in T42_Open_Face()
118 if ( char_name ) in T42_Open_Face()
122 if ( ft_strcmp( (const char*)char_name, in T42_Open_Face()
126 type1->encoding.char_name [charcode] = (char*)glyph_name; in T42_Open_Face()
441 FT_FREE( type1->encoding.char_name ); in T42_Face_Done()
A Dt42parse.c355 FT_NEW_ARRAY( encode->char_name, count ) || in t42_parse_encoding()
/AliOS-Things-master/components/freetype/include/internal/
A Dt1types.h76 FT_String** char_name; member
/AliOS-Things-master/components/freetype/src/type1/
A Dt1load.c1200 FT_NEW_ARRAY( encode->char_name, count ) || in parse_encoding()
2231 FT_Byte* char_name; in T1_Open_Face() local
2235 type1->encoding.char_name [charcode] = (char *)".notdef"; in T1_Open_Face()
2237 char_name = loader.encoding_table.elements[charcode]; in T1_Open_Face()
2238 if ( char_name ) in T1_Open_Face()
2242 if ( ft_strcmp( (const char*)char_name, in T1_Open_Face()
2246 type1->encoding.char_name [charcode] = (char*)glyph_name; in T1_Open_Face()
A Dt1driver.c313 retval = (FT_Long)( ft_strlen( type1->encoding.char_name[idx] ) + 1 ); in t1_ps_get_font_value()
316 ft_memcpy( value, (void *)( type1->encoding.char_name[idx] ), in t1_ps_get_font_value()
A Dt1objs.c255 FT_FREE( type1->encoding.char_name ); in T1_Face_Done()

Completed in 13 milliseconds