Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dfx_android_imp.cpp26 m_pFontMgr->SetSystemFontInfo(std::move(pFontInfo)); in InitPlatform()
/external/pdfium/testing/
Dunit_test_main.cpp27 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo( in SetUp()
/external/pdfium/core/fxge/
Dcfx_fontmgr.cpp101 void CFX_FontMgr::SetSystemFontInfo( in SetSystemFontInfo() function in CFX_FontMgr
103 m_pBuiltinMapper->SetSystemFontInfo(std::move(pFontInfo)); in SetSystemFontInfo()
Dcfx_fontmgr.h49 void SetSystemFontInfo(std::unique_ptr<IFX_SystemFontInfo> pFontInfo);
Dcfx_fontmapper.h25 void SetSystemFontInfo(std::unique_ptr<IFX_SystemFontInfo> pFontInfo);
Dfx_ge_linux.cpp158 m_pFontMgr->SetSystemFontInfo( in InitPlatform()
Dcfx_fontmapper.cpp289 void CFX_FontMapper::SetSystemFontInfo( in SetSystemFontInfo() function in CFX_FontMapper
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp134 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp120 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo( in FPDF_SetSystemFontInfo()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp713 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()