Home | History | Annotate | Download | only in truetype

Lines Matching refs:library

29   FT_Create_Class_tt_services( FT_Library           library,
33 FT_Destroy_Class_tt_services( FT_Library library,
45 tt_driver_class_pic_free( FT_Library library )
47 FT_PIC_Container* pic_container = &library->pic_container;
48 FT_Memory memory = library->memory;
57 FT_Destroy_Class_tt_services( library, container->tt_services );
66 tt_driver_class_pic_init( FT_Library library )
68 FT_PIC_Container* pic_container = &library->pic_container;
71 FT_Memory memory = library->memory;
81 error = FT_Create_Class_tt_services( library,
93 tt_driver_class_pic_free( library );