Searched refs:GetDefFontByCodePage (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
H A Dfx_fnt.h143 virtual IFX_Font* GetDefFontByCodePage(
179 virtual IFX_Font* GetDefFontByCodePage(
215 virtual IFX_Font* GetDefFontByCodePage(
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.h21 virtual IFX_Font* GetDefFontByCodePage(FX_WORD wCodePage,
147 virtual IFX_Font* GetDefFontByCodePage(FX_WORD wCodePage,
H A Dfx_stdfontmgr.cpp56 IFX_Font* CFX_StdFontMgrImp::GetDefFontByCodePage( function in class:CFX_StdFontMgrImp
86 return GetDefFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles,
157 return GetDefFontByCodePage(FX_GetDefCodePageByLanguage(wLanguage),
700 IFX_Font* CFX_FontMgrImp::GetDefFontByCodePage(FX_WORD wCodePage, function in class:CFX_FontMgrImp
703 return NULL == m_pDelegate ? NULL : m_pDelegate->GetDefFontByCodePage(
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fwltheme.cpp69 m_pCalendarFont = m_pApp->GetFDEFontMgr()->GetDefFontByCodePage(

Completed in 71 milliseconds