Searched refs:CFGAS_FontMgr (Results 1 – 14 of 14) sorted by relevance
207 CFGAS_FontMgr::CFGAS_FontMgr() : m_pEnumerator(EnumGdiFonts), m_FontFaces(100) { in CFGAS_FontMgr() function in CFGAS_FontMgr212 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_FontMgr531 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 …]
33 CFGAS_FontMgr* pFontMgr);35 CFGAS_FontMgr* pFontMgr);38 CFGAS_FontMgr* pFontMgr);62 explicit CFGAS_GEFont(CFGAS_FontMgr* pFontMgr);86 CFGAS_FontMgr::ObservedPtr m_pFontMgr;
18 class CFGAS_FontMgr; variable25 explicit CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr);53 UnownedPtr<CFGAS_FontMgr> const m_pFontMgr;
21 RetainPtr<CFGAS_GEFont> GetFont(CFGAS_FontMgr* pFontMgr,24 RetainPtr<CFGAS_GEFont> GetDefaultFont(CFGAS_FontMgr* pFontMgr,
129 class CFGAS_FontMgr : public Observable<CFGAS_FontMgr> {131 CFGAS_FontMgr();132 ~CFGAS_FontMgr();
16 CFGAS_FontMgr* pFontMgr, in GetFont()58 CFGAS_FontMgr* pFontMgr, in GetDefaultFont()
24 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()
27 CFGAS_PDFFontMgr::CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr) in CFGAS_PDFFontMgr()
30 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()
119 CFGAS_FontMgr* GetGlobalFontManager();
21 class CFGAS_FontMgr; variable42 CFGAS_FontMgr* GetFDEFontMgr();65 std::unique_ptr<CFGAS_FontMgr> m_pFDEFontMgr;
56 CFGAS_FontMgr* CXFA_FFApp::GetFDEFontMgr() { in GetFDEFontMgr()58 m_pFDEFontMgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in GetFDEFontMgr()
20 class CFGAS_FontMgr; variable120 std::unique_ptr<CFGAS_FontMgr> m_pFontMgr;
282 m_pFontMgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in LoadFont()