Home
last modified time | relevance | path

Searched refs:CFGAS_PDFFontMgr (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_pdffontmgr.cpp27 CFGAS_PDFFontMgr::CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr) in CFGAS_PDFFontMgr() function in CFGAS_PDFFontMgr
33 CFGAS_PDFFontMgr::~CFGAS_PDFFontMgr() {} in ~CFGAS_PDFFontMgr()
35 RetainPtr<CFGAS_GEFont> CFGAS_PDFFontMgr::FindFont(const ByteString& strPsName, in FindFont()
75 RetainPtr<CFGAS_GEFont> CFGAS_PDFFontMgr::GetFont( in GetFont()
98 ByteString CFGAS_PDFFontMgr::PsNameToFontName(const ByteString& strPsName, in PsNameToFontName()
114 bool CFGAS_PDFFontMgr::PsNameMatchDRFontName(const ByteStringView& bsPsName, in PsNameMatchDRFontName()
186 bool CFGAS_PDFFontMgr::GetCharWidth(const RetainPtr<CFGAS_GEFont>& pFont, in GetCharWidth()
201 void CFGAS_PDFFontMgr::SetFont(const RetainPtr<CFGAS_GEFont>& pFont, in SetFont()
Dcfgas_pdffontmgr.h23 class CFGAS_PDFFontMgr : public Observable<CFGAS_PDFFontMgr> {
25 explicit CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr);
26 ~CFGAS_PDFFontMgr();
Dcfgas_gefont.h52 void SetFontProvider(CFGAS_PDFFontMgr* pProvider) { in SetFontProvider()
87 CFGAS_PDFFontMgr::ObservedPtr m_pProvider;
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.h18 class CFGAS_PDFFontMgr; variable
77 CFGAS_PDFFontMgr* GetPDFFontMgr() const { return m_pPDFFontMgr.get(); } in GetPDFFontMgr()
94 std::unique_ptr<CFGAS_PDFFontMgr> m_pPDFFontMgr;
Dcxfa_fontmgr.cpp38 CFGAS_PDFFontMgr* pMgr = hDoc->GetPDFFontMgr(); in GetFont()
Dcxfa_ffdoc.cpp242 m_pPDFFontMgr = pdfium::MakeUnique<CFGAS_PDFFontMgr>( in StopLoad()