Searched refs:FT_FACE_LIBRARY (Results 1 – 7 of 7) sorted by relevance
332 FT_Library library = FT_FACE_LIBRARY( face ); in cff_get_glyph_name()402 FT_Library library = FT_FACE_LIBRARY( face ); in cff_get_name_index()619 FT_Library library = FT_FACE_LIBRARY( face ); in cff_get_ps_name()661 FT_Library library = FT_FACE_LIBRARY( face ); in cff_get_cmap_info()
189 face->psaux = FT_Get_Module_Interface( FT_FACE_LIBRARY( face ), in T42_Face_Init()293 args.driver = FT_Get_Module( FT_FACE_LIBRARY( face ), in T42_Face_Init()305 error = FT_Open_Face( FT_FACE_LIBRARY( face ), in T42_Face_Init()
307 FT_FACE_LIBRARY( face ), "psaux" ); in cid_face_init()323 FT_FACE_LIBRARY( face ), "pshinter" ); in cid_face_init()
330 face->psaux = FT_Get_Module_Interface( FT_FACE_LIBRARY( face ), in T1_Face_Init()340 face->pshinter = FT_Get_Module_Interface( FT_FACE_LIBRARY( face ), in T1_Face_Init()
613 #define FT_FACE_LIBRARY( x ) FT_FACE_DRIVER( x )->root.library macro
4321 FT_Library library = FT_FACE_LIBRARY( face ); in ft_lookup_glyph_renderer()4754 library = FT_FACE_LIBRARY( slot->face ); in FT_Render_Glyph()
3771 FT_Library library = FT_FACE_LIBRARY( face ); in tt_face_build_cmaps()