Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dfx_android_imp.cpp24 m_pFontMgr->SetSystemFontInfo(std::move(pFontInfo)); in InitPlatform()
/external/pdfium/core/fxge/ge/
Dcfx_fontmgr.cpp110 void CFX_FontMgr::SetSystemFontInfo( in SetSystemFontInfo() function in CFX_FontMgr
112 m_pBuiltinMapper->SetSystemFontInfo(std::move(pFontInfo)); in SetSystemFontInfo()
Dfx_ge_linux.cpp158 m_pFontMgr->SetSystemFontInfo( in InitPlatform()
Dcfx_fontmapper.cpp298 void CFX_FontMapper::SetSystemFontInfo( in SetSystemFontInfo() function in CFX_FontMapper
/external/pdfium/core/fxge/
Dcfx_fontmgr.h49 void SetSystemFontInfo(std::unique_ptr<IFX_SystemFontInfo> pFontInfo);
Dcfx_fontmapper.h24 void SetSystemFontInfo(std::unique_ptr<IFX_SystemFontInfo> pFontInfo);
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp133 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp102 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo( in FPDF_SetSystemFontInfo()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp719 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()