Home
last modified time | relevance | path

Searched refs:IFX_SystemFontInfo (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp90 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault() in CreateDefault()
108 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault()); in InitPlatform()
/external/pdfium/core/include/fxge/
Dfx_font.h23 class IFX_SystemFontInfo; variable
219 void SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo);
262 void SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo);
263 IFX_SystemFontInfo* GetSystemFontInfo() in 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/fpdfsdk/src/
Dfpdf_sysfontinfo.cpp10 class CSysFontInfo_Ext : public IFX_SystemFontInfo
96 IFX_SystemFontInfo* m_pFontInfo;
148 IFX_SystemFontInfo* pFontInfo = IFX_SystemFontInfo::CreateDefault(); in FPDF_GetDefaultSystemFontInfo()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_linux.cpp234 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault() in CreateDefault()
254 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault()); in InitPlatform()
Dfx_ge_fontmap.cpp100 void CFX_FontMgr::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo) in SetSystemFontInfo()
490 void CFX_FontMapper::SetSystemFontInfo(IFX_SystemFontInfo* pFontInfo) in SetSystemFontInfo()
1323 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault() in CreateDefault()
/external/pdfium/core/src/fxge/android/
Dfx_android_font.h11 class CFX_AndroidFontInfo : public IFX_SystemFontInfo
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp19 class CWin32FontInfo : public IFX_SystemFontInfo
400 IFX_SystemFontInfo* IFX_SystemFontInfo::CreateDefault() in CreateDefault()
417 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault()); in InitPlatform()