Home
last modified time | relevance | path

Searched refs:FT_CMAP_FACE (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/cff/
Dcffcmap.c36 TT_Face face = (TT_Face)FT_CMAP_FACE( cmap ); in cff_cmap_encoding_init()
138 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_init()
162 FT_Face face = FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_done()
175 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_char_index()
188 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_char_next()
Dcffdrivr.c408 FT_Face face = FT_CMAP_FACE( cmap ); in cff_get_cmap_info()
/external/freetype/src/psaux/
Dt1cmap.c38 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap ); in t1_cmap_std_init()
177 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap ); in t1_cmap_custom_init()
277 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_init()
294 FT_Face face = FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_done()
307 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_char_index()
319 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_char_next()
/external/freetype/include/freetype/internal/
Dftobjs.h145 #define FT_CMAP_FACE( x ) FT_CMAP( x )->charmap.face macro