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

  /external/pdfium/core/fxge/
ifx_systemfontinfo.h 17 class IFX_SystemFontInfo {
19 static std::unique_ptr<IFX_SystemFontInfo> CreateDefault(
22 virtual ~IFX_SystemFontInfo() = default;
fx_ge_fontmap.cpp 10 #include "core/fxge/ifx_systemfontinfo.h"
55 void* IFX_SystemFontInfo::MapFontByUnicode(uint32_t dwUnicode,
63 int IFX_SystemFontInfo::GetFaceIndex(void* hFont) {
76 std::unique_ptr<IFX_SystemFontInfo> IFX_SystemFontInfo::CreateDefault(
cfx_fontmapper.h 18 class IFX_SystemFontInfo;
25 void SetSystemFontInfo(std::unique_ptr<IFX_SystemFontInfo> pFontInfo);
26 IFX_SystemFontInfo* GetSystemFontInfo() { return m_pFontInfo.get(); }
80 std::unique_ptr<IFX_SystemFontInfo> m_pFontInfo;
cfx_fontmgr.h 18 class IFX_SystemFontInfo;
49 void SetSystemFontInfo(std::unique_ptr<IFX_SystemFontInfo> pFontInfo);
fx_ge_linux.cpp 14 #include "core/fxge/ifx_systemfontinfo.h"
145 std::unique_ptr<IFX_SystemFontInfo> IFX_SystemFontInfo::CreateDefault(
159 IFX_SystemFontInfo::CreateDefault(m_pUserFontPaths));
cfx_folderfontinfo.h 16 #include "core/fxge/ifx_systemfontinfo.h"
18 class CFX_FolderFontInfo : public IFX_SystemFontInfo {
cfx_fontmgr.cpp 17 #include "core/fxge/ifx_systemfontinfo.h"
102 std::unique_ptr<IFX_SystemFontInfo> pFontInfo) {
cfx_fontmapper.cpp 20 #include "core/fxge/ifx_systemfontinfo.h"
290 std::unique_ptr<IFX_SystemFontInfo> pFontInfo) {
  /external/pdfium/core/fxge/apple/
fx_mac_imp.cpp 15 #include "core/fxge/ifx_systemfontinfo.h"
123 std::unique_ptr<IFX_SystemFontInfo> IFX_SystemFontInfo::CreateDefault(
134 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr));
  /external/pdfium/core/fxge/android/
cfx_androidfontinfo.h 13 #include "core/fxge/ifx_systemfontinfo.h"
17 class CFX_AndroidFontInfo : public IFX_SystemFontInfo {
24 // IFX_SystemFontInfo:
  /external/pdfium/testing/
unit_test_main.cpp 28 IFX_SystemFontInfo::CreateDefault(nullptr));
  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 16 #include "core/fxge/ifx_systemfontinfo.h"
34 class CFX_ExternalFontInfo final : public IFX_SystemFontInfo {
129 UnownedPtr<IFX_SystemFontInfo> m_pFontInfo;
198 std::unique_ptr<IFX_SystemFontInfo> pFontInfo =
199 IFX_SystemFontInfo::CreateDefault(nullptr);
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.h 22 #include "core/fxge/ifx_systemfontinfo.h"
187 IFX_SystemFontInfo* pSystemFontInfo,
cfgas_fontmgr.cpp 20 #include "core/fxge/ifx_systemfontinfo.h"
539 IFX_SystemFontInfo* pSystemFontInfo = pFontMapper->GetSystemFontInfo();
605 IFX_SystemFontInfo* pSystemFontInfo = pFontMapper->GetSystemFontInfo();
673 IFX_SystemFontInfo* pSystemFontInfo,
697 IFX_SystemFontInfo* pSystemFontInfo = pFontMapper->GetSystemFontInfo();
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 26 #include "core/fxge/ifx_systemfontinfo.h"
332 class CFX_Win32FontInfo final : public IFX_SystemFontInfo {
337 // IFX_SystemFontInfo
685 std::unique_ptr<IFX_SystemFontInfo> IFX_SystemFontInfo::CreateDefault(
688 return std::unique_ptr<IFX_SystemFontInfo>(new CFX_Win32FontInfo);
701 return std::unique_ptr<IFX_SystemFontInfo>(pInfoFallback);
713 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr));
    [all...]

Completed in 1039 milliseconds