Searched refs:FT_Get_Module (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/third_party/freetype/src/cid/ |
D | cidobjs.c | 71 module = FT_Get_Module( slot->face->driver->root.library, in cid_slot_init() 102 module = FT_Get_Module( size->root.face->driver->root.library, in cid_size_get_globals_funcs()
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 450 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); in cff_get_ps_name() 498 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); in cff_get_cmap_info() 851 sfnt = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
|
D | cffobjs.c | 67 module = FT_Get_Module( size->root.face->driver->root.library, in cff_size_get_globals_funcs() 362 module = FT_Get_Module( slot->face->driver->root.library, in cff_slot_init()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffdrivr.c | 450 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" ); in cff_get_ps_name() 498 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); in cff_get_cmap_info() 851 sfnt = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
|
D | cffobjs.c | 67 module = FT_Get_Module( size->root.face->driver->root.library, in cff_size_get_globals_funcs() 362 module = FT_Get_Module( slot->face->driver->root.library, in cff_slot_init()
|
/external/freetype/include/ |
D | ftmodapi.h | 277 FT_Get_Module( FT_Library library,
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftmodapi.h | 277 FT_Get_Module( FT_Library library,
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1objs.c | 66 module = FT_Get_Module( size->root.face->driver->root.library, in T1_Size_Get_Globals_Funcs() 166 module = FT_Get_Module( slot->face->driver->root.library, in T1_GlyphSlot_Init()
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttdriver.c | 498 sfntd = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 498 sfntd = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftobjs.c | 1374 args.driver = FT_Get_Module( library, driver_name ); in open_face_from_buffer() 4393 FT_Get_Module( FT_Library library, in FT_Get_Module() function 4429 module = FT_Get_Module( library, mod_name ); in FT_Get_Module_Interface() 4878 FT_Module module = FT_Get_Module( library, "truetype" ); in FT_Get_TrueType_Engine_Type()
|
/external/freetype/src/base/ |
D | ftobjs.c | 1374 args.driver = FT_Get_Module( library, driver_name ); in open_face_from_buffer() 4353 FT_Get_Module( FT_Library library, in FT_Get_Module() function 4389 module = FT_Get_Module( library, mod_name ); in FT_Get_Module_Interface() 4838 FT_Module module = FT_Get_Module( library, "truetype" ); in FT_Get_TrueType_Engine_Type()
|