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.cpp207 CFGAS_FontMgr::CFGAS_FontMgr() : m_pEnumerator(EnumGdiFonts), m_FontFaces(100) { in CFGAS_FontMgr() function in CFGAS_FontMgr
212 CFGAS_FontMgr::~CFGAS_FontMgr() {} in ~CFGAS_FontMgr()
214 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts()
218 const FX_FONTDESCRIPTOR* CFGAS_FontMgr::FindFont(const wchar_t* pszFontFamily, in FindFont()
528 CFGAS_FontMgr::CFGAS_FontMgr() in CFGAS_FontMgr() function in CFGAS_FontMgr
531 CFGAS_FontMgr::~CFGAS_FontMgr() {} in ~CFGAS_FontMgr()
533 bool CFGAS_FontMgr::EnumFontsFromFontMapper() { in EnumFontsFromFontMapper()
557 bool CFGAS_FontMgr::EnumFontsFromFiles() { in EnumFontsFromFiles()
573 bool CFGAS_FontMgr::EnumFonts() { in EnumFonts()
577 bool CFGAS_FontMgr::VerifyUnicode(CFX_FontDescriptor* pDesc, in VerifyUnicode()
[all …]
Dcfgas_gefont.h33 CFGAS_FontMgr* pFontMgr);
35 CFGAS_FontMgr* pFontMgr);
38 CFGAS_FontMgr* pFontMgr);
62 explicit CFGAS_GEFont(CFGAS_FontMgr* pFontMgr);
86 CFGAS_FontMgr::ObservedPtr m_pFontMgr;
Dcfgas_pdffontmgr.h18 class CFGAS_FontMgr; variable
25 explicit CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr);
53 UnownedPtr<CFGAS_FontMgr> const m_pFontMgr;
Dcfgas_defaultfontmanager.h21 RetainPtr<CFGAS_GEFont> GetFont(CFGAS_FontMgr* pFontMgr,
24 RetainPtr<CFGAS_GEFont> GetDefaultFont(CFGAS_FontMgr* pFontMgr,
Dcfgas_fontmgr.h129 class CFGAS_FontMgr : public Observable<CFGAS_FontMgr> {
131 CFGAS_FontMgr();
132 ~CFGAS_FontMgr();
Dcfgas_defaultfontmanager.cpp16 CFGAS_FontMgr* pFontMgr, in GetFont()
58 CFGAS_FontMgr* pFontMgr, in GetDefaultFont()
Dcfgas_gefont.cpp24 CFGAS_FontMgr* pFontMgr) { in LoadFont()
40 CFGAS_FontMgr* pFontMgr) { in LoadFont()
50 CFGAS_FontMgr* pFontMgr) { in LoadFont()
57 CFGAS_GEFont::CFGAS_GEFont(CFGAS_FontMgr* pFontMgr) in CFGAS_GEFont()
Dcfgas_pdffontmgr.cpp27 CFGAS_PDFFontMgr::CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr) in CFGAS_PDFFontMgr()
/external/pdfium/testing/
Dunit_test_main.cpp30 font_mgr_ = pdfium::MakeUnique<CFGAS_FontMgr>(); in SetUp()
38 CFGAS_FontMgr* FontManager() const { return font_mgr_.get(); } in FontManager()
41 std::unique_ptr<CFGAS_FontMgr> font_mgr_;
48 CFGAS_FontMgr* GetGlobalFontManager() { in GetGlobalFontManager()
Dtest_support.h119 CFGAS_FontMgr* GetGlobalFontManager();
/external/pdfium/xfa/fxfa/
Dcxfa_ffapp.h21 class CFGAS_FontMgr; variable
42 CFGAS_FontMgr* GetFDEFontMgr();
65 std::unique_ptr<CFGAS_FontMgr> m_pFDEFontMgr;
Dcxfa_ffapp.cpp56 CFGAS_FontMgr* CXFA_FFApp::GetFDEFontMgr() { in GetFDEFontMgr()
58 m_pFDEFontMgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in GetFDEFontMgr()
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.h20 class CFGAS_FontMgr; variable
120 std::unique_ptr<CFGAS_FontMgr> m_pFontMgr;
Dcfwl_widgettp.cpp282 m_pFontMgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in LoadFont()