Home
last modified time | relevance | path

Searched refs:FXFT_Library (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontmgr.h59 FXFT_Library GetFTLibrary() const { return m_FTLibrary; } in GetFTLibrary()
68 FXFT_Library m_FTLibrary;
Dcfx_font.cpp57 bool LoadFileImp(FXFT_Library library, in LoadFileImp()
287 FXFT_Library library = pFontMgr->GetFTLibrary(); in LoadFile()
Dfx_freetype.h19 using FXFT_Library = void*; variable
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.h47 FXFT_Library m_FTLibrary;
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp638 FXFT_Library library = pFontMgr->GetFTLibrary(); in LoadFace()