HomeSort by relevance Sort by last modified time
    Searched refs:GetDefFontByCodePage (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/src/fgas/include/
fx_fnt.h 143 virtual IFX_Font* GetDefFontByCodePage(
179 virtual IFX_Font* GetDefFontByCodePage(
215 virtual IFX_Font* GetDefFontByCodePage(
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.h 21 virtual IFX_Font* GetDefFontByCodePage(FX_WORD wCodePage,
147 virtual IFX_Font* GetDefFontByCodePage(FX_WORD wCodePage,
fx_stdfontmgr.cpp 56 IFX_Font* CFX_StdFontMgrImp::GetDefFontByCodePage(
86 return GetDefFontByCodePage(FX_GetCodePageFromCharset(nCharset), dwFontStyles,
157 return GetDefFontByCodePage(FX_GetDefCodePageByLanguage(wLanguage),
700 IFX_Font* CFX_FontMgrImp::GetDefFontByCodePage(FX_WORD wCodePage,
703 return NULL == m_pDelegate ? NULL : m_pDelegate->GetDefFontByCodePage(
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwltheme.cpp 69 m_pCalendarFont = m_pApp->GetFDEFontMgr()->GetDefFontByCodePage(

Completed in 36 milliseconds