Home | History | Annotate | Download | only in psnames

Lines Matching refs:library

30   FT_Create_Class_pscmaps_services( FT_Library           library,
33 FT_Destroy_Class_pscmaps_services( FT_Library library,
37 FT_Init_Class_pscmaps_interface( FT_Library library,
42 psnames_module_class_pic_free( FT_Library library )
44 FT_PIC_Container* pic_container = &library->pic_container;
45 FT_Memory memory = library->memory;
54 FT_Destroy_Class_pscmaps_services( library,
64 psnames_module_class_pic_init( FT_Library library )
66 FT_PIC_Container* pic_container = &library->pic_container;
69 FT_Memory memory = library->memory;
81 library, &container->pscmaps_services );
84 FT_Init_Class_pscmaps_interface( library,
89 psnames_module_class_pic_free( library );