Searched refs:FT_Get_Module (Results 1 – 10 of 10) sorted by relevance
/external/freetype/src/cff/ |
D | cffdrivr.c | 332 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); in cff_get_glyph_name() 402 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); in cff_get_name_index() 619 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); in cff_get_ps_name() 666 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); in cff_get_cmap_info() 1109 sfnt = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
|
D | cffobjs.c | 72 module = FT_Get_Module( size->root.face->driver->root.library, in cff_size_get_globals_funcs() 379 module = FT_Get_Module( slot->face->driver->root.library, in cff_slot_init()
|
/external/freetype/include/freetype/ |
D | ftmodapi.h | 300 FT_Get_Module( FT_Library library,
|
/external/freetype/src/cid/ |
D | cidobjs.c | 72 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/src/type1/ |
D | t1objs.c | 63 module = FT_Get_Module( size->root.face->driver->root.library, in T1_Size_Get_Globals_Funcs() 163 module = FT_Get_Module( slot->face->driver->root.library, in T1_GlyphSlot_Init()
|
/external/freetype/src/type42/ |
D | t42objs.c | 292 args.driver = FT_Get_Module( FT_FACE_LIBRARY( face ), in T42_Face_Init() 482 ttmodule = FT_Get_Module( module->library, "truetype" ); in T42_Driver_Init()
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 596 sfntd = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 516 FT_Module tt_module = FT_Get_Module( library, "truetype" ); in sfnt_init_face() 528 FT_Module tt_module = FT_Get_Module( library, "truetype" ); in sfnt_init_face()
|
/external/freetype/src/base/ |
D | ftobjs.c | 1629 args.driver = FT_Get_Module( library, driver_name ); in open_face_from_buffer() 4984 FT_Get_Module( FT_Library library, in FT_Get_Module() function 5020 module = FT_Get_Module( library, mod_name ); in FT_Get_Module_Interface() 5477 FT_Module module = FT_Get_Module( library, "truetype" ); in FT_Get_TrueType_Engine_Type()
|
/external/freetype/docs/ |
D | CHANGES | 4486 by FT_Add_Module, FT_Get_Driver by FT_Get_Module, etc.
|