Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.h36 CFGAS_FontMgr* pFontMgr);
38 CFGAS_FontMgr* pFontMgr);
41 CFGAS_FontMgr* pFontMgr);
44 CFGAS_FontMgr* pMgr,
64 explicit CFGAS_GEFont(CFGAS_FontMgr* pFontMgr);
84 ObservedPtr<CFGAS_FontMgr> const m_pFontMgr;
Dcfgas_fontmgr.cpp175 CFGAS_FontMgr::CFGAS_FontMgr() : m_FontFaces(EnumGdiFonts(nullptr, 0xFEFF)) {} in CFGAS_FontMgr() function in CFGAS_FontMgr
177 CFGAS_FontMgr::~CFGAS_FontMgr() = default;
179 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts()
183 RetainPtr<CFGAS_GEFont> CFGAS_FontMgr::GetFontByUnicodeImpl( in GetFontByUnicodeImpl()
216 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const wchar_t* pszFontFamily, in FindFont()
613 CFGAS_FontMgr::CFGAS_FontMgr() in CFGAS_FontMgr() function in CFGAS_FontMgr
616 CFGAS_FontMgr::~CFGAS_FontMgr() {} in ~CFGAS_FontMgr()
618 bool CFGAS_FontMgr::EnumFontsFromFontMapper() { in EnumFontsFromFontMapper()
637 bool CFGAS_FontMgr::EnumFontsFromFiles() { in EnumFontsFromFiles()
648 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts()
[all …]
Dcfgas_defaultfontmanager.h14 class CFGAS_FontMgr; variable
18 static RetainPtr<CFGAS_GEFont> GetFont(CFGAS_FontMgr* pFontMgr,
21 static RetainPtr<CFGAS_GEFont> GetDefaultFont(CFGAS_FontMgr* pFontMgr,
Dcfgas_pdffontmgr.h16 class CFGAS_FontMgr; variable
22 explicit CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr);
44 UnownedPtr<CFGAS_FontMgr> const m_pFontMgr;
Dcfgas_gefont.cpp26 CFGAS_FontMgr* pFontMgr) { in LoadFont()
42 CFGAS_FontMgr* pFontMgr) { in LoadFont()
53 CFGAS_FontMgr* pFontMgr) { in LoadFont()
63 CFGAS_FontMgr* pMgr, in LoadStockFont()
70 CFGAS_GEFont::CFGAS_GEFont(CFGAS_FontMgr* pFontMgr) : m_pFontMgr(pFontMgr) {} in CFGAS_GEFont()
Dcfgas_defaultfontmanager.cpp15 CFGAS_FontMgr* pFontMgr, in GetFont()
59 CFGAS_FontMgr* pFontMgr, in GetDefaultFont()
Dcfgas_fontmgr.h99 class CFGAS_FontMgr final : public Observable {
101 CFGAS_FontMgr();
102 ~CFGAS_FontMgr();
Dcfgas_pdffontmgr.cpp30 CFGAS_PDFFontMgr::CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr) in CFGAS_PDFFontMgr()
/external/pdfium/testing/
Dxfa_unit_test_support.cpp26 auto font_mgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in SetUp()
32 CFGAS_FontMgr* FontManager() const { return font_mgr_.get(); } in FontManager()
35 std::unique_ptr<CFGAS_FontMgr> font_mgr_;
53 CFGAS_FontMgr* GetGlobalFontManager() { in GetGlobalFontManager()
Dxfa_unit_test_support.h12 class CFGAS_FontMgr; variable
16 CFGAS_FontMgr* GetGlobalFontManager();
/external/pdfium/xfa/fxfa/
Dcxfa_ffapp.h17 class CFGAS_FontMgr; variable
34 CFGAS_FontMgr* GetFDEFontMgr();
56 std::unique_ptr<CFGAS_FontMgr> m_pFDEFontMgr;
Dcxfa_ffapp.cpp42 CFGAS_FontMgr* CXFA_FFApp::GetFDEFontMgr() { in GetFDEFontMgr()
44 m_pFDEFontMgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in GetFDEFontMgr()
Dcxfa_ffdoc.cpp135 CFGAS_FontMgr* mgr = GetApp()->GetFDEFontMgr(); in OpenDoc()
Dcxfa_fwltheme.cpp72 CFGAS_FontMgr* font_mgr = m_pApp->GetFDEFontMgr(); in LoadCalendarFont()
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.h20 class CFGAS_FontMgr; variable
97 std::unique_ptr<CFGAS_FontMgr> m_pFontMgr;
Dcfwl_widgettp.cpp241 m_pFontMgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in LoadFont()
/external/pdfium/testing/fuzzers/
Dpdf_bidi_fuzzer.cc17 auto fontmgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in LLVMFuzzerTestOneInput()