Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/cff/
Dcffcmap.c39 TT_Face face = (TT_Face)FT_CMAP_FACE( cmap ); in cff_cmap_encoding_init()
144 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_init()
170 FT_Face face = FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_done()
183 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_char_index()
196 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_char_next()
Dcffdrivr.c488 FT_Face face = FT_CMAP_FACE( cmap ); in cff_get_cmap_info()
/external/freetype/src/cff/
Dcffcmap.c39 TT_Face face = (TT_Face)FT_CMAP_FACE( cmap ); in cff_cmap_encoding_init()
150 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_init()
176 FT_Face face = FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_done()
189 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_char_index()
202 TT_Face face = (TT_Face)FT_CMAP_FACE( unicodes ); in cff_cmap_unicode_char_next()
Dcffdrivr.c567 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()
186 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap ); in t1_cmap_custom_init()
289 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_init()
308 FT_Face face = FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_done()
321 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_char_index()
333 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_char_next()
/external/pdfium/third_party/freetype/src/psaux/
Dt1cmap.c38 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap ); in t1_cmap_std_init()
186 T1_Face face = (T1_Face)FT_CMAP_FACE( cmap ); in t1_cmap_custom_init()
289 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_init()
308 FT_Face face = FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_done()
321 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_char_index()
333 T1_Face face = (T1_Face)FT_CMAP_FACE( unicodes ); in t1_cmap_unicode_char_next()
/external/freetype/include/freetype/internal/
Dftobjs.h148 #define FT_CMAP_FACE( x ) FT_CMAP( x )->charmap.face macro
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftobjs.h148 #define FT_CMAP_FACE( x ) FT_CMAP( x )->charmap.face macro