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.cpp18 m_pFontMgr->SetSystemFontInfo(pFontInfo); in InitPlatform()
/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp107 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp143 m_pFontMgr->SetSystemFontInfo( in InitPlatform()
Dfx_ge_fontmap.cpp481 void CFX_FontMgr::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo) { in SetSystemFontInfo() function in CFX_FontMgr
482 m_pBuiltinMapper->SetSystemFontInfo(pFontInfo); in SetSystemFontInfo()
679 void CFX_FontMapper::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo) { in SetSystemFontInfo() function in CFX_FontMapper
/external/pdfium/core/include/fxge/
Dfx_font.h263 void SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo);
305 void SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo);
/external/pdfium/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp99 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo( in FPDF_SetSystemFontInfo()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp468 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr)); in InitPlatform()