20 #include FT_FREETYPE_H 21 #include FT_INTERNAL_OBJECTS_H 26 #ifdef FT_CONFIG_OPTION_PIC 36 FT_PIC_Container* pic_container = &library->pic_container;
40 if ( pic_container->pshinter )
42 FT_FREE( pic_container->pshinter );
43 pic_container->pshinter =
NULL;
49 pshinter_module_class_pic_init(
FT_Library library )
51 FT_PIC_Container* pic_container = &library->pic_container;
53 PSHinterPIC* container =
NULL;
58 if (
FT_ALLOC( container,
sizeof ( *container ) ) )
60 FT_MEM_SET( container, 0,
sizeof ( *container ) );
61 pic_container->pshinter = container;
64 FT_Init_Class_pshinter_interface(
65 library, &container->pshinter_interface );
68 pshinter_module_class_pic_free( library );
#define FT_ALLOC(ptr, size)
typedefFT_BEGIN_HEADER struct FT_MemoryRec_ * FT_Memory
#define FT_MEM_SET(dest, byte, count)