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 90 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault()
108 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault());
  /external/pdfium/core/src/fxge/android/
fx_android_font.h 11 class CFX_AndroidFontInfo : public IFX_SystemFontInfo
  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 10 class CSysFontInfo_Ext : public IFX_SystemFontInfo
96 IFX_SystemFontInfo* m_pFontInfo;
148 IFX_SystemFontInfo* pFontInfo = IFX_SystemFontInfo::CreateDefault();
  /external/pdfium/core/include/fxge/
fx_font.h 23 class IFX_SystemFontInfo;
219 void SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo);
262 void SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo);
263 IFX_SystemFontInfo* GetSystemFontInfo()
290 IFX_SystemFontInfo* m_pFontInfo;
294 class IFX_SystemFontInfo : public CFX_Object
297 static IFX_SystemFontInfo* CreateDefault();
315 class CFX_FolderFontInfo : public IFX_SystemFontInfo
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 234 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault()
254 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault());
fx_ge_fontmap.cpp 100 void CFX_FontMgr::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo)
490 void CFX_FontMapper::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo)
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 19 class CWin32FontInfo : public IFX_SystemFontInfo
400 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault()
417 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault());
    [all...]

Completed in 82 milliseconds