Home | History | Annotate | Download | only in sfnt

Lines Matching refs:library

30   FT_Create_Class_sfnt_services( FT_Library           library,
33 FT_Destroy_Class_sfnt_services( FT_Library library,
38 FT_Init_Class_sfnt_interface( FT_Library library,
42 FT_Library library,
46 FT_Library library,
50 FT_Library library,
59 FT_Create_Class_tt_cmap_classes( FT_Library library,
62 FT_Destroy_Class_tt_cmap_classes( FT_Library library,
67 sfnt_module_class_pic_free( FT_Library library )
69 FT_PIC_Container* pic_container = &library->pic_container;
70 FT_Memory memory = library->memory;
79 FT_Destroy_Class_sfnt_services( library,
84 FT_Destroy_Class_tt_cmap_classes( library,
95 sfnt_module_class_pic_init( FT_Library library )
97 FT_PIC_Container* pic_container = &library->pic_container;
100 FT_Memory memory = library->memory;
111 error = FT_Create_Class_sfnt_services( library,
116 error = FT_Create_Class_tt_cmap_classes( library,
122 library, &container->sfnt_service_glyph_dict );
124 library, &container->sfnt_service_ps_name );
126 library, &container->tt_service_get_cmap_info );
132 FT_Init_Class_sfnt_interface( library, &container->sfnt_interface );
136 sfnt_module_class_pic_free( library );