Home
last modified time | relevance | path

Searched refs:pFontMapper (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge.cpp72 void CFX_GEModule::SetExtFontMapper(IFX_FontMapper* pFontMapper) in SetExtFontMapper() argument
74 GetFontMgr()->m_pExtMapper = pFontMapper; in SetExtFontMapper()
75 pFontMapper->m_pFontMgr = m_pFontMgr; in SetExtFontMapper()
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp148 CFX_FontMapper* pFontMapper = pFontMgr->m_pBuiltinMapper; in FindNativeTrueTypeFont() local
149 if(pFontMapper) in FindNativeTrueTypeFont()
151 int nSize = pFontMapper->m_InstalledTTFonts.GetSize(); in FindNativeTrueTypeFont()
154 pFontMapper->LoadInstalledFonts(); in FindNativeTrueTypeFont()
155 nSize = pFontMapper->m_InstalledTTFonts.GetSize(); in FindNativeTrueTypeFont()
160 if(pFontMapper->m_InstalledTTFonts[i].Compare(sFontFaceName)) in FindNativeTrueTypeFont()
/external/pdfium/core/include/fxge/
Dfx_ge.h45 void SetExtFontMapper(IFX_FontMapper* pFontMapper);