HomeSort by relevance Sort by last modified time
    Searched refs:m_pFontMgr (Results 1 - 25 of 26) sorted by null

1 2

  /external/pdfium/core/src/fxge/android/
fpf_skiamodule.cpp 19 delete m_pFontMgr;
26 if (!m_pFontMgr) {
27 m_pFontMgr = new CFPF_SkiaFontMgr;
28 if (!m_pFontMgr->InitFTLibrary()) {
29 delete m_pFontMgr;
33 return (IFPF_FontMgr*)m_pFontMgr;
fpf_skiamodule.h 18 CFPF_SkiaDeviceModule() : m_pFontMgr(nullptr) {}
26 CFPF_SkiaFontMgr* m_pFontMgr;
fx_android_font.cpp 9 CFX_AndroidFontInfo::CFX_AndroidFontInfo() : m_pFontMgr(NULL) {}
15 m_pFontMgr = pFontMgr;
27 if (!m_pFontMgr) {
46 return m_pFontMgr->CreateFont(face, charset, dwStyle,
fx_android_imp.cpp 18 m_pFontMgr->SetSystemFontInfo(pFontInfo);
fx_android_font.h 39 IFPF_FontMgr* m_pFontMgr;
fpf_skiafont.h 49 CFPF_SkiaFontMgr* m_pFontMgr;
fpf_skiafont.cpp 16 : m_pFontMgr(NULL),
208 m_pFontMgr = pFontMgr;
  /external/pdfium/core/src/fxge/ge/
fx_ge.cpp 14 m_pFontMgr = NULL;
23 delete m_pFontMgr;
24 m_pFontMgr = NULL;
32 g_pGEModule->m_pFontMgr = new CFX_FontMgr;
fx_ge_fontmap.cpp 659 m_pFontMgr(mgr) {
803 if (m_pFontMgr->GetBuiltinFont(iBaseFont, &pFontData, &size)) {
804 m_FoxitFaces[iBaseFont] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
821 m_pFontMgr->GetBuiltinFont(14, &pFontData, &size);
822 m_MMFaces[1] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
831 m_pFontMgr->GetBuiltinFont(15, &pFontData, &size);
832 m_MMFaces[0] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
864 m_pFontMgr->GetBuiltinFont(12, &pFontData, &size);
865 m_FoxitFaces[12] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
877 m_pFontMgr->GetBuiltinFont(13, &pFontData, &size)
    [all...]
fx_ge_linux.cpp 143 m_pFontMgr->SetSystemFontInfo(
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffapp.cpp 74 m_pFontMgr(nullptr),
112 if (m_pFontMgr != NULL) {
113 delete m_pFontMgr;
114 m_pFontMgr = NULL;
163 if (!m_pFontMgr) {
164 m_pFontMgr = new CXFA_FontMgr();
166 m_pFontMgr->SetDefFontMgr(pFontMgr);
169 return m_pFontMgr;
xfa_ffapp.h 64 CXFA_FontMgr* m_pFontMgr;
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp 32 m_pFontMgr(NULL),
39 delete m_pFontMgr;
40 m_pFontMgr = NULL;
67 m_pFontMgr = IXFA_FontMgr::CreateDefault();
68 if (!m_pFontMgr)
71 m_pXFAApp->SetDefaultFontMgr(m_pFontMgr);
  /external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp 96 m_pFontMgr(pFontMgr),
118 m_pFontMgr(src.m_pFontMgr),
179 if (m_pFontMgr != NULL) {
180 m_pFontMgr->RemoveFont(this);
525 if (m_pFontMgr != NULL && bRecursive) {
529 IFX_Font* pFont = m_pFontMgr->GetDefFontByUnicode(
532 IFX_Font* pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(),
535 pFont = m_pFontMgr->GetFontByUnicode(wUnicode, GetFontStyles(), NULL);
fx_gdifont.h 69 IFX_FontMgr* m_pFontMgr;
fx_gefont.h 62 IFX_FontMgr* m_pFontMgr;
fx_gdifont.cpp 91 : m_pFontMgr(pFontMgr),
151 if (m_pFontMgr != NULL) {
152 m_pFontMgr->RemoveFont(this);
366 if (m_pFontMgr != NULL && bRecursive) {
367 IFX_Font* pFont = m_pFontMgr->GetDefFontByUnicode(wUnicode, m_dwStyles,
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 107 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault(nullptr));
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_app.h 91 IXFA_FontMgr* m_pFontMgr;
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 701 m_pFontMgr(NULL)
712 if (m_pFontMgr) {
713 m_pFontMgr->Release();
733 if (!m_pFontMgr) {
735 m_pFontMgr = IFX_FontMgr::Create(FX_GetDefFontEnumerator());
738 m_pFontMgr = IFX_FontMgr::Create(m_pFontSource);
742 m_pFontMgr);
  /external/pdfium/xfa/include/fwl/theme/
widgettp.h 182 IFX_FontMgr* m_pFontMgr;
  /external/pdfium/core/include/fxge/
fx_ge.h 32 CFX_FontMgr* GetFontMgr() { return m_pFontMgr; }
53 CFX_FontMgr* m_pFontMgr;
fx_font.h 349 CFX_FontMgr* const m_pFontMgr;
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstyleselector.cpp 212 : m_pFontMgr(NULL),
236 m_pFontMgr = pFontMgr;
302 rules.AddRulesFrom(m_SheetGroups[iGroup], dwMediaList, m_pFontMgr);
    [all...]
fde_cssstyleselector.h 168 IFX_FontMgr* m_pFontMgr;
    [all...]

Completed in 340 milliseconds

1 2