Lines Matching refs:RetainPtr
23 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(const wchar_t* pszFontFamily, in LoadFont()
40 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont( in LoadFont()
41 const RetainPtr<CPDF_Font>& pPDFFont, in LoadFont()
51 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont( in LoadFont()
61 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadStockFont( in LoadStockFont()
65 RetainPtr<CPDF_Font> stock_font = in LoadStockFont()
100 bool CFGAS_GEFont::LoadFontInternal(const RetainPtr<CPDF_Font>& pPDFFont) { in LoadFontInternal()
168 RetainPtr<CFGAS_GEFont> pFont; in GetCharWidth()
194 RetainPtr<CFGAS_GEFont> pFont; in GetCharBBox()
218 RetainPtr<CFGAS_GEFont> font; in GetGlyphIndex()
223 std::pair<int32_t, RetainPtr<CFGAS_GEFont>> CFGAS_GEFont::GetGlyphIndexAndFont( in GetGlyphIndexAndFont()
240 RetainPtr<CFGAS_GEFont> font; in GetGlyphIndexAndFont()
254 RetainPtr<CFGAS_GEFont> pFont = in GetGlyphIndexAndFont()
266 RetainPtr<CFGAS_GEFont> font; in GetGlyphIndexAndFont()
282 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont()