Searched defs:FT_Library (Results 1 - 2 of 2) sorted by relevance

/external/freetype/include/
H A Dfreetype.h120 /* FT_Library */
387 /* FT_Library */
398 /* `FT_Library' object per thread. In case this is too cumbersome, */
399 /* a single `FT_Library' object across threads is possible also */
409 typedef struct FT_LibraryRec_ *FT_Library; typedef in typeref:struct:FT_LibraryRec_
485 /* same @FT_Library object can only be done from one thread at a */
1728 FT_Library library;
1792 /* See the documentation of @FT_Library and @FT_Face for */
1799 FT_Init_FreeType( FT_Library *alibrary );
1818 FT_Done_FreeType( FT_Library librar
[all...]
/external/pdfium/third_party/freetype/include/
H A Dfreetype.h120 /* FT_Library */
387 /* FT_Library */
397 /* In multi-threaded applications, make sure that the same FT_Library */
406 typedef struct FT_LibraryRec_ *FT_Library; typedef in typeref:struct:FT_LibraryRec_
1708 FT_Library library;
1773 /* FT_Library object. */
1779 FT_Init_FreeType( FT_Library *alibrary );
1798 FT_Done_FreeType( FT_Library library );
1970 FT_New_Face( FT_Library library,
2008 FT_New_Memory_Face( FT_Library librar
[all...]

Completed in 137 milliseconds