Home
last modified time | relevance | path

Searched refs:GetFontByCodePage (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h134 RetainPtr<CFGAS_GEFont> GetFontByCodePage(uint16_t wCodePage,
Dcfgas_gefont.cpp29 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont()
Dcfgas_fontmgr.cpp951 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByCodePage( in GetFontByCodePage() function in CFGAS_FontMgr
1118 return GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp70 m_pCalendarFont = m_pApp->GetFDEFontMgr()->GetFontByCodePage( in CXFA_FWLTheme()