Searched refs:CFGAS_PDFFontMgr (Results 1 – 6 of 6) sorted by relevance
27 CFGAS_PDFFontMgr::CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr) in CFGAS_PDFFontMgr() function in CFGAS_PDFFontMgr33 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()
23 class CFGAS_PDFFontMgr : public Observable<CFGAS_PDFFontMgr> {25 explicit CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr);26 ~CFGAS_PDFFontMgr();
52 void SetFontProvider(CFGAS_PDFFontMgr* pProvider) { in SetFontProvider()87 CFGAS_PDFFontMgr::ObservedPtr m_pProvider;
18 class CFGAS_PDFFontMgr; variable77 CFGAS_PDFFontMgr* GetPDFFontMgr() const { return m_pPDFFontMgr.get(); } in GetPDFFontMgr()94 std::unique_ptr<CFGAS_PDFFontMgr> m_pPDFFontMgr;
38 CFGAS_PDFFontMgr* pMgr = hDoc->GetPDFFontMgr(); in GetFont()
242 m_pPDFFontMgr = pdfium::MakeUnique<CFGAS_PDFFontMgr>( in StopLoad()