Searched refs:FT_Get_Module (Results 1 – 10 of 10) sorted by relevance
| /third_party/skia/third_party/externals/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() 384 module = FT_Get_Module( slot->face->driver->root.library, in cff_slot_init()
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| D | ftmodapi.h | 303 FT_Get_Module( FT_Library library,
|
| /third_party/skia/third_party/externals/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()
|
| /third_party/skia/third_party/externals/freetype/src/type1/ |
| D | t1objs.c | 63 module = FT_Get_Module( size->root.face->driver->root.library, in T1_Size_Get_Globals_Funcs() 168 module = FT_Get_Module( slot->face->driver->root.library, in T1_GlyphSlot_Init()
|
| /third_party/skia/third_party/externals/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()
|
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| D | ttdriver.c | 606 sfntd = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
|
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| D | sfobjs.c | 529 FT_Module tt_module = FT_Get_Module( library, "truetype" ); in sfnt_init_face() 541 FT_Module tt_module = FT_Get_Module( library, "truetype" ); in sfnt_init_face()
|
| /third_party/skia/third_party/externals/freetype/src/base/ |
| D | ftobjs.c | 1673 args.driver = FT_Get_Module( library, driver_name ); in open_face_from_buffer() 5054 FT_Get_Module( FT_Library library, in FT_Get_Module() function 5090 module = FT_Get_Module( library, mod_name ); in FT_Get_Module_Interface() 5549 FT_Module module = FT_Get_Module( library, "truetype" ); in FT_Get_TrueType_Engine_Type()
|
| /third_party/skia/third_party/externals/freetype/docs/ |
| D | CHANGES | 4636 by FT_Add_Module, FT_Get_Driver by FT_Get_Module, etc.
|