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

  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 88 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault()
99 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault());
  /external/pdfium/core/src/fxge/android/
fx_android_font.h 12 class CFX_AndroidFontInfo : public IFX_SystemFontInfo
  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 11 class CSysFontInfo_Ext FX_FINAL : public IFX_SystemFontInfo
105 IFX_SystemFontInfo* m_pFontInfo;
157 IFX_SystemFontInfo* pFontInfo = IFX_SystemFontInfo::CreateDefault();
  /external/pdfium/core/include/fxge/
fx_font.h 21 class IFX_SystemFontInfo;
217 void SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo);
262 void SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo);
263 IFX_SystemFontInfo* GetSystemFontInfo()
290 IFX_SystemFontInfo* m_pFontInfo;
294 class IFX_SystemFontInfo
297 static IFX_SystemFontInfo* CreateDefault();
316 ~IFX_SystemFontInfo() { }
318 class CFX_FolderFontInfo : public IFX_SystemFontInfo
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 209 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault()
226 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault());
fx_ge_fontmap.cpp 97 void CFX_FontMgr::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo)
481 void CFX_FontMapper::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo)
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 19 class CWin32FontInfo FX_FINAL : public IFX_SystemFontInfo
394 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault()
407 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault());
    [all...]

Completed in 175 milliseconds