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

/external/skia/src/ports/
H A DSkFontHost_FreeType_common.h21 typedef struct FT_LibraryRec_* FT_Library; typedef in typeref:struct:FT_LibraryRec_
71 FT_Library fLibrary;
/external/freetype/include/freetype/
H A Dfreetype.h120 /* FT_Library */
391 /* FT_Library */
402 /* `FT_Library' object per thread. In case this is too cumbersome, */
403 /* a single `FT_Library' object across threads is possible also */
413 typedef struct FT_LibraryRec_ *FT_Library; typedef in typeref:struct:FT_LibraryRec_
489 /* same @FT_Library object can only be done from one thread at a */
1781 FT_Library library;
1846 /* See the documentation of @FT_Library and @FT_Face for */
1858 FT_Init_FreeType( FT_Library *alibrary );
1877 FT_Done_FreeType( FT_Library librar
[all...]
/external/pdfium/third_party/freetype/include/freetype/
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 */
1747 FT_Library library;
1811 /* See the documentation of @FT_Library and @FT_Face for */
1818 FT_Init_FreeType( FT_Library *alibrary );
1837 FT_Done_FreeType( FT_Library librar
[all...]

Completed in 302 milliseconds