Searched refs:fLibrary (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/font/
H A DFontEngine.h130 FT_Library fLibrary; // handle to library member in class:FontEngine
H A DFontEngine.cpp423 fLibrary(0),
448 fLastError = FT_Init_FreeType(&fLibrary);
459 FT_Done_FreeType(fLibrary);
652 fLastError = FT_New_Memory_Face(fLibrary,
656 fLastError = FT_New_Face(fLibrary, fontFilePath, faceIndex, &fFace);

Completed in 105 milliseconds