Home
last modified time | relevance | path

Searched refs:FT_Get_Module (Results 1 – 10 of 10) sorted by relevance

/external/freetype/src/cff/
Dcffdrivr.c326 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); in cff_get_glyph_name()
396 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); in cff_get_name_index()
613 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); in cff_get_ps_name()
660 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); in cff_get_cmap_info()
1088 sfnt = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
Dcffobjs.c74 module = FT_Get_Module( size->root.face->driver->root.library, in cff_size_get_globals_funcs()
370 module = FT_Get_Module( slot->face->driver->root.library, in cff_slot_init()
/external/freetype/src/cid/
Dcidobjs.c72 module = FT_Get_Module( slot->face->driver->root.library, in cid_slot_init()
103 module = FT_Get_Module( size->root.face->driver->root.library, in cid_size_get_globals_funcs()
/external/freetype/include/freetype/
Dftmodapi.h281 FT_Get_Module( FT_Library library,
/external/freetype/src/type1/
Dt1objs.c64 module = FT_Get_Module( size->root.face->driver->root.library, in T1_Size_Get_Globals_Funcs()
164 module = FT_Get_Module( slot->face->driver->root.library, in T1_GlyphSlot_Init()
/external/freetype/src/type42/
Dt42objs.c293 args.driver = FT_Get_Module( FT_FACE_LIBRARY( face ), in T42_Face_Init()
481 ttmodule = FT_Get_Module( module->library, "truetype" ); in T42_Driver_Init()
/external/freetype/src/truetype/
Dttdriver.c599 sfntd = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
/external/freetype/src/sfnt/
Dsfobjs.c891 FT_Module tt_module = FT_Get_Module( library, "truetype" ); in sfnt_init_face()
903 FT_Module tt_module = FT_Get_Module( library, "truetype" ); in sfnt_init_face()
/external/freetype/src/base/
Dftobjs.c1567 args.driver = FT_Get_Module( library, driver_name ); in open_face_from_buffer()
4837 FT_Get_Module( FT_Library library, in FT_Get_Module() function
4873 module = FT_Get_Module( library, mod_name ); in FT_Get_Module_Interface()
5349 FT_Module module = FT_Get_Module( library, "truetype" ); in FT_Get_TrueType_Engine_Type()
/external/freetype/docs/
DCHANGES4156 by FT_Add_Module, FT_Get_Driver by FT_Get_Module, etc.