Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfx_android_imp.cpp22 m_pFontMgr->SetSystemFontInfo(pFontInfo); in InitPlatform()
/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp108 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault()); in InitPlatform()
/external/pdfium/core/include/fxge/
Dfx_font.h219 void SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo);
262 void SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo);
/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp91 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo(pFontInfo); in FPDF_SetSystemFontInfo()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp254 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault()); in InitPlatform()
Dfx_ge_fontmap.cpp100 void CFX_FontMgr::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo) in SetSystemFontInfo() function in CFX_FontMgr
102 m_pBuiltinMapper->SetSystemFontInfo(pFontInfo); in SetSystemFontInfo()
490 void CFX_FontMapper::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo) in SetSystemFontInfo() function in CFX_FontMapper
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp417 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault()); in InitPlatform()