Searched refs:FT_Get_Module (Results 1 – 10 of 10) sorted by relevance
/external/freetype/src/cff/ |
D | cffdrivr.c | 333 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); in cff_get_glyph_name() 403 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); in cff_get_name_index() 620 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); in cff_get_ps_name() 667 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); in cff_get_cmap_info() 1110 sfnt = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
|
D | cffobjs.c | 73 module = FT_Get_Module( size->root.face->driver->root.library, in cff_size_get_globals_funcs() 369 module = FT_Get_Module( slot->face->driver->root.library, in cff_slot_init()
|
/external/freetype/include/freetype/ |
D | ftmodapi.h | 301 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 | 64 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/ |
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 | 597 sfntd = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 494 FT_Module tt_module = FT_Get_Module( library, "truetype" ); in sfnt_init_face() 506 FT_Module tt_module = FT_Get_Module( library, "truetype" ); in sfnt_init_face()
|
/external/freetype/src/base/ |
D | ftobjs.c | 1611 args.driver = FT_Get_Module( library, driver_name ); in open_face_from_buffer() 4964 FT_Get_Module( FT_Library library, in FT_Get_Module() function 5000 module = FT_Get_Module( library, mod_name ); in FT_Get_Module_Interface() 5457 FT_Module module = FT_Get_Module( library, "truetype" ); in FT_Get_TrueType_Engine_Type()
|
/external/freetype/docs/ |
D | CHANGES | 4385 by FT_Add_Module, FT_Get_Driver by FT_Get_Module, etc.
|