Searched refs:FT_CMAP_FACE (Results 1 – 4 of 4) sorted by relevance
36 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()
408 FT_Face face = FT_CMAP_FACE( cmap ); in cff_get_cmap_info()
38 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()
145 #define FT_CMAP_FACE( x ) FT_CMAP( x )->charmap.face macro