Searched refs:m_pFontMgr (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiamodule.cpp | 21 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()
|
D | fx_android_font.cpp | 10 : 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()
|
D | fpf_skiamodule.h | 14 CFPF_SkiaDeviceModule() : m_pFontMgr(NULL) {} in CFPF_SkiaDeviceModule() 19 CFPF_SkiaFontMgr *m_pFontMgr;
|
D | fx_android_imp.cpp | 22 m_pFontMgr->SetSystemFontInfo(pFontInfo); in InitPlatform()
|
D | fpf_skiafont.cpp | 13 : m_pFontMgr(NULL) in CFPF_SkiaFont() 198 m_pFontMgr = pFontMgr; in InitFont()
|
D | fx_android_font.h | 33 IFPF_FontMgr *m_pFontMgr;
|
D | fpf_skiafont.h | 49 CFPF_SkiaFontMgr *m_pFontMgr;
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge.cpp | 13 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()
|
D | fx_ge_fontmap.cpp | 68 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 …]
|
D | fx_ge_linux.cpp | 254 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault()); in InitPlatform()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_mac_imp.cpp | 108 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault()); in InitPlatform()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 42 return m_pFontMgr; in GetFontMgr() 71 CFX_FontMgr* m_pFontMgr; variable
|
D | fx_font.h | 241 CFX_FontMgr* m_pFontMgr; variable
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 417 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault()); in InitPlatform()
|