Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h17 typedef void* FXFT_Library; typedef
273 FXFT_Library GetFTLibrary() const { return m_FTLibrary; } in GetFTLibrary()
278 FXFT_Library m_FTLibrary;
Dfx_ge.h40 FXFT_Library m_FTLibrary;
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.h112 FXFT_Library m_FTLibrary;
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp182 FX_BOOL _LoadFile(FXFT_Library library, in _LoadFile()
214 FXFT_Library library = pFontMgr->GetFTLibrary(); in LoadFile()
Dfx_ge_fontmap.cpp525 FXFT_Library library = m_FTLibrary; in AddCachedFace()
602 FXFT_Library library = m_FTLibrary; in GetFixedFace()
611 FXFT_Library library = m_FTLibrary; in GetFileFace()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfont_int.h21 typedef void* FXFT_Library; typedef
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp1006 FXFT_Library library = pFontMgr->GetFTLibrary(); in LoadFace()