Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/cff/
Dcffdrivr.c332 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()
Dcffobjs.c72 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/
Dftmodapi.h303 FT_Get_Module( FT_Library library,
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1objs.c63 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/
Dt42objs.c292 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/
Dttdriver.c606 sfntd = FT_Get_Module( library, "sfnt" ); in FT_CALLBACK_DEF()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfobjs.c529 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/
Dftobjs.c1673 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/
DCHANGES4636 by FT_Add_Module, FT_Get_Driver by FT_Get_Module, etc.