Searched refs:CFGAS_FontMgr (Results 1 – 17 of 17) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.h | 36 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;
|
D | cfgas_fontmgr.cpp | 175 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 …]
|
D | cfgas_defaultfontmanager.h | 14 class CFGAS_FontMgr; variable 18 static RetainPtr<CFGAS_GEFont> GetFont(CFGAS_FontMgr* pFontMgr, 21 static RetainPtr<CFGAS_GEFont> GetDefaultFont(CFGAS_FontMgr* pFontMgr,
|
D | cfgas_pdffontmgr.h | 16 class CFGAS_FontMgr; variable 22 explicit CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr); 44 UnownedPtr<CFGAS_FontMgr> const m_pFontMgr;
|
D | cfgas_gefont.cpp | 26 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()
|
D | cfgas_defaultfontmanager.cpp | 15 CFGAS_FontMgr* pFontMgr, in GetFont() 59 CFGAS_FontMgr* pFontMgr, in GetDefaultFont()
|
D | cfgas_fontmgr.h | 99 class CFGAS_FontMgr final : public Observable { 101 CFGAS_FontMgr(); 102 ~CFGAS_FontMgr();
|
D | cfgas_pdffontmgr.cpp | 30 CFGAS_PDFFontMgr::CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr) in CFGAS_PDFFontMgr()
|
/external/pdfium/testing/ |
D | xfa_unit_test_support.cpp | 26 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()
|
D | xfa_unit_test_support.h | 12 class CFGAS_FontMgr; variable 16 CFGAS_FontMgr* GetGlobalFontManager();
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffapp.h | 17 class CFGAS_FontMgr; variable 34 CFGAS_FontMgr* GetFDEFontMgr(); 56 std::unique_ptr<CFGAS_FontMgr> m_pFDEFontMgr;
|
D | cxfa_ffapp.cpp | 42 CFGAS_FontMgr* CXFA_FFApp::GetFDEFontMgr() { in GetFDEFontMgr() 44 m_pFDEFontMgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in GetFDEFontMgr()
|
D | cxfa_ffdoc.cpp | 135 CFGAS_FontMgr* mgr = GetApp()->GetFDEFontMgr(); in OpenDoc()
|
D | cxfa_fwltheme.cpp | 72 CFGAS_FontMgr* font_mgr = m_pApp->GetFDEFontMgr(); in LoadCalendarFont()
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.h | 20 class CFGAS_FontMgr; variable 97 std::unique_ptr<CFGAS_FontMgr> m_pFontMgr;
|
D | cfwl_widgettp.cpp | 241 m_pFontMgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in LoadFont()
|
/external/pdfium/testing/fuzzers/ |
D | pdf_bidi_fuzzer.cc | 17 auto fontmgr = pdfium::MakeUnique<CFGAS_FontMgr>(); in LLVMFuzzerTestOneInput()
|