Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp100 std::unique_ptr<CFGAS_FontMgr> CFGAS_FontMgr::Create( in Create()
102 return pdfium::MakeUnique<CFGAS_FontMgr>(pEnumerator); in Create()
105 CFGAS_FontMgr::CFGAS_FontMgr(FX_LPEnumAllFonts pEnumerator) in CFGAS_FontMgr() function in CFGAS_FontMgr
111 CFGAS_FontMgr::~CFGAS_FontMgr() {} in ~CFGAS_FontMgr()
113 CFX_RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByCodePage( in GetFontByCodePage()
143 CFX_RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByUnicode( in GetFontByUnicode()
183 CFX_RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::LoadFont( in LoadFont()
216 CFX_RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::LoadFont( in LoadFont()
242 void CFGAS_FontMgr::RemoveFont( in RemoveFont()
253 void CFGAS_FontMgr::RemoveFont(const CFX_RetainPtr<CFGAS_GEFont>& pFont) { in RemoveFont()
[all …]
Dcfgas_gefont.h21 class CFGAS_FontMgr; variable
35 CFGAS_FontMgr* pFontMgr);
37 CFGAS_FontMgr* pFontMgr);
40 CFGAS_FontMgr* pFontMgr);
44 CFGAS_FontMgr* pFontMgr);
47 CFGAS_FontMgr* pFontMgr,
71 explicit CFGAS_GEFont(CFGAS_FontMgr* pFontMgr);
106 CFGAS_FontMgr* const m_pFontMgr;
Dcfgas_fontmgr.h40 class CFGAS_FontMgr; variable
88 class CFGAS_FontMgr {
90 static std::unique_ptr<CFGAS_FontMgr> Create(FX_LPEnumAllFonts pEnumerator);
92 explicit CFGAS_FontMgr(FX_LPEnumAllFonts pEnumerator);
93 ~CFGAS_FontMgr();
187 class CFGAS_FontMgr {
189 static std::unique_ptr<CFGAS_FontMgr> Create(
192 explicit CFGAS_FontMgr(CFX_FontSourceEnum_File* pFontEnum);
193 ~CFGAS_FontMgr();
Dcfgas_gefont.cpp25 CFGAS_FontMgr* pFontMgr) { in LoadFont()
41 CFGAS_FontMgr* pFontMgr) { in LoadFont()
51 CFGAS_FontMgr* pFontMgr) { in LoadFont()
62 CFGAS_FontMgr* pFontMgr) { in LoadFont()
72 CFGAS_FontMgr* pFontMgr, in LoadFont()
81 CFGAS_GEFont::CFGAS_GEFont(CFGAS_FontMgr* pFontMgr) in CFGAS_GEFont()
/external/pdfium/xfa/fde/css/
Dcfde_cssrulecollection.h20 class CFGAS_FontMgr; variable
35 void AddRulesFrom(const CFDE_CSSStyleSheet* sheet, CFGAS_FontMgr* pFontMgr);
45 CFGAS_FontMgr* pFontMgr);
Dcfde_cssstyleselector.h26 class CFGAS_FontMgr; variable
30 explicit CFDE_CSSStyleSelector(CFGAS_FontMgr* pFontMgr);
81 CFGAS_FontMgr* const m_pFontMgr;
Dcfde_cssrulecollection.cpp37 CFGAS_FontMgr* pFontMgr) { in AddRulesFrom()
45 CFGAS_FontMgr* pFontMgr) { in AddRulesFrom()
Dcfde_cssstyleselector.cpp25 CFDE_CSSStyleSelector::CFDE_CSSStyleSelector(CFGAS_FontMgr* pFontMgr) in CFDE_CSSStyleSelector()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffapp.cpp128 CFGAS_FontMgr* CXFA_FFApp::GetFDEFontMgr() { in GetFDEFontMgr()
131 m_pFDEFontMgr = CFGAS_FontMgr::Create(FX_GetDefFontEnumerator()); in GetFDEFontMgr()
134 m_pFDEFontMgr = CFGAS_FontMgr::Create(m_pFontSource.get()); in GetFDEFontMgr()
Dxfa_fontmgr.cpp1751 CFGAS_FontMgr* pFDEFontMgr = hDoc->GetApp()->GetFDEFontMgr(); in GetFont()
1795 CFGAS_FontMgr* pFDEFontMgr = hDoc->GetApp()->GetFDEFontMgr(); in GetDefaultFont()
1832 CFGAS_FontMgr* pFDEFontMgr = m_pDoc->GetApp()->GetFDEFontMgr(); in FindFont()
Dcxfa_textparser.cpp67 CFGAS_FontMgr* pFontMgr = pDoc->GetApp()->GetFDEFontMgr(); in InitCSSData()
/external/pdfium/xfa/fxfa/
Dxfa_ffapp.h44 CFGAS_FontMgr* GetFDEFontMgr();
71 std::unique_ptr<CFGAS_FontMgr> m_pFDEFontMgr;
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.h25 class CFGAS_FontMgr; variable
124 std::unique_ptr<CFGAS_FontMgr> m_pFontMgr;
Dcfwl_widgettp.cpp288 m_pFontMgr = CFGAS_FontMgr::Create(FX_GetDefFontEnumerator()); in LoadFont()
291 m_pFontMgr = CFGAS_FontMgr::Create(m_pFontSource.get()); in LoadFont()