Searched refs:tt_face_lookup_table (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttload.h | 33 tt_face_lookup_table( TT_Face face,
|
A D | sfobjs.c | 1002 tt_face_lookup_table( face, TTAG_glyf ) != 0 || in sfnt_load_face() 1003 tt_face_lookup_table( face, TTAG_CFF ) != 0 ); in sfnt_load_face() 1005 has_outline = FT_BOOL( tt_face_lookup_table( face, TTAG_glyf ) != 0 || in sfnt_load_face() 1006 tt_face_lookup_table( face, TTAG_CFF ) != 0 ); in sfnt_load_face() 1246 if ( tt_face_lookup_table( face, TTAG_glyf ) != 0 && in sfnt_load_face() 1247 tt_face_lookup_table( face, TTAG_fvar ) != 0 && in sfnt_load_face() 1248 tt_face_lookup_table( face, TTAG_gvar ) != 0 ) in sfnt_load_face()
|
A D | ttload.c | 56 tt_face_lookup_table( TT_Face face, in tt_face_lookup_table() function 135 table = tt_face_lookup_table( face, tag ); in tt_face_goto_table() 479 table = tt_face_lookup_table( face, tag ); in tt_face_load_any()
|
Completed in 8 milliseconds