Home
last modified time | relevance | path

Searched refs:m_pFontMgr (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiamodule.cpp21 if (m_pFontMgr) { in ~CFPF_SkiaDeviceModule()
22 delete m_pFontMgr; in ~CFPF_SkiaDeviceModule()
34 if (!m_pFontMgr) { in GetFontMgr()
35 m_pFontMgr = FX_NEW CFPF_SkiaFontMgr; in GetFontMgr()
36 if (!m_pFontMgr) { in GetFontMgr()
39 if (!m_pFontMgr->InitFTLibrary()) { in GetFontMgr()
40 delete m_pFontMgr; in GetFontMgr()
44 return (IFPF_FontMgr*)m_pFontMgr; in GetFontMgr()
Dfx_android_font.cpp10 : m_pFontMgr(NULL) in CFX_AndroidFontInfo()
19 m_pFontMgr = pFontMgr; in Init()
28 if (!m_pFontMgr) { in MapFont()
47 return m_pFontMgr->CreateFont(face, charset, dwStyle, FPF_MATCHFONT_REPLACEANSI); in MapFont()
Dfpf_skiamodule.h14 CFPF_SkiaDeviceModule() : m_pFontMgr(NULL) {} in CFPF_SkiaDeviceModule()
19 CFPF_SkiaFontMgr *m_pFontMgr;
Dfx_android_imp.cpp22 m_pFontMgr->SetSystemFontInfo(pFontInfo); in InitPlatform()
Dfpf_skiafont.cpp13 : m_pFontMgr(NULL) in CFPF_SkiaFont()
198 m_pFontMgr = pFontMgr; in InitFont()
Dfx_android_font.h33 IFPF_FontMgr *m_pFontMgr;
Dfpf_skiafont.h49 CFPF_SkiaFontMgr *m_pFontMgr;
/external/pdfium/core/src/fxge/ge/
Dfx_ge.cpp13 m_pFontMgr = NULL; in CFX_GEModule()
24 if (m_pFontMgr) { in ~CFX_GEModule()
25 delete m_pFontMgr; in ~CFX_GEModule()
27 m_pFontMgr = NULL; in ~CFX_GEModule()
40 g_pGEModule->m_pFontMgr = FX_NEW CFX_FontMgr; in Create()
78 pFontMapper->m_pFontMgr = m_pFontMgr; in SetExtFontMapper()
Dfx_ge_fontmap.cpp68 m_pBuiltinMapper->m_pFontMgr = this; in CFX_FontMgr()
781 if (m_pFontMgr->GetStandardFont(pFontData, size, iBaseFont)) { in UseInternalSubst()
782 m_FoxitFaces[iBaseFont] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst()
799 m_pFontMgr->GetStandardFont(pFontData, size, 14); in UseInternalSubst()
800 m_MMFaces[1] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst()
809 m_pFontMgr->GetStandardFont(pFontData, size, 15); in UseInternalSubst()
810 m_MMFaces[0] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in UseInternalSubst()
940 m_pFontMgr->GetStandardFont(pFontData, size, 12); in FindSubstFont()
941 m_FoxitFaces[12] = m_pFontMgr->GetFixedFace(pFontData, size, 0); in FindSubstFont()
953 m_pFontMgr->GetStandardFont(pFontData, size, 13); in FindSubstFont()
[all …]
Dfx_ge_linux.cpp254 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault()); in InitPlatform()
/external/pdfium/core/src/fxge/apple/
Dfx_mac_imp.cpp108 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault()); in InitPlatform()
/external/pdfium/core/include/fxge/
Dfx_ge.h42 return m_pFontMgr; in GetFontMgr()
71 CFX_FontMgr* m_pFontMgr; variable
Dfx_font.h241 CFX_FontMgr* m_pFontMgr; variable
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp417 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault()); in InitPlatform()