Lines Matching refs:RetainPtr
31 friend RetainPtr<T> pdfium::MakeRetain(Args&&... args);
33 static RetainPtr<CFGAS_GEFont> LoadFont(const wchar_t* pszFontFamily,
37 static RetainPtr<CFGAS_GEFont> LoadFont(const RetainPtr<CPDF_Font>& pPDFFont,
39 static RetainPtr<CFGAS_GEFont> LoadFont(
43 static RetainPtr<CFGAS_GEFont> LoadStockFont(CPDF_Document* pDoc,
56 RetainPtr<CFGAS_GEFont> GetSubstFont(int32_t iGlyphIndex);
74 bool LoadFontInternal(const RetainPtr<CPDF_Font>& pPDFFont);
76 std::pair<int32_t, RetainPtr<CFGAS_GEFont>> GetGlyphIndexAndFont(
82 RetainPtr<CPDF_Font> m_pPDFFont; // Must come before |m_pFont|.
88 std::vector<RetainPtr<CFGAS_GEFont>> m_SubstFonts;
89 std::map<wchar_t, RetainPtr<CFGAS_GEFont>> m_FontMapper;