Lines Matching defs:library

182   /*    Add a new module to a given library instance.                      */
185 /* library :: A handle to the library object. */
198 FT_Add_Module( FT_Library library,
211 /* library :: A handle to the library object. */
223 FT_Get_Module( FT_Library library,
233 /* Remove a given module from a library instance. */
236 /* library :: A handle to a library object. */
248 FT_Remove_Module( FT_Library library,
260 /* @FT_Done_Library then only destroys a library if the counter is~1, */
267 /* library :: A handle to a target library object. */
276 FT_Reference_Library( FT_Library library );
285 /* This function is used to create a new FreeType library instance */
291 /* instead of @FT_Init_FreeType to initialize the FreeType library. */
294 /* library instance. */
300 /* alibrary :: A pointer to handle of a new library object. */
320 /* Discard a given library object. This closes all drivers and */
324 /* library :: A handle to the target library. */
334 FT_Done_Library( FT_Library library );
352 /* library :: A handle to the library object. */
370 FT_Set_Debug_Hook( FT_Library library,
381 /* Add the set of default drivers to a given library object. */
382 /* This is only useful when you create a library object with */
386 /* library :: A handle to a new library object. */
389 FT_Add_Default_Modules( FT_Library library );
406 * bytecode support compiled in this version of the library.
423 * The library doesn't implement any kind of bytecode interpreter.
426 * The library implements a bytecode interpreter that doesn't
434 * The library implements a bytecode interpreter that covers
458 * the TrueType virtual machine a given library instance supports.
461 * library ::
462 * A library instance.
472 FT_Get_TrueType_Engine_Type( FT_Library library );