Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h95 CFX_RetainPtr<CFGAS_GEFont> GetFontByCodePage(uint16_t wCodePage,
195 CFX_RetainPtr<CFGAS_GEFont> GetFontByCodePage(uint16_t wCodePage,
Dcfgas_fontmgr.cpp113 CFX_RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByCodePage( in GetFontByCodePage() function in CFGAS_FontMgr
622 return GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont()
625 CFX_RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByCodePage( in GetFontByCodePage() function in CFGAS_FontMgr
Dcfgas_gefont.cpp30 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont()
/external/pdfium/xfa/fxfa/app/
Dxfa_fwltheme.cpp69 m_pCalendarFont = m_pApp->GetFDEFontMgr()->GetFontByCodePage( in CXFA_FWLTheme()