Lines Matching refs:RetainPtr
21 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(const wchar_t* pszFontFamily, in LoadFont()
39 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont(CFX_Font* pExternalFont, in LoadFont()
48 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::LoadFont( in LoadFont()
167 if (!m_pProvider || !m_pProvider->GetCharWidth(RetainPtr<CFGAS_GEFont>(this), in GetCharWidth()
169 RetainPtr<CFGAS_GEFont> pFont; in GetCharWidth()
195 RetainPtr<CFGAS_GEFont> pFont; in GetCharBBox()
228 RetainPtr<CFGAS_GEFont> font; in GetGlyphIndex()
233 std::pair<int32_t, RetainPtr<CFGAS_GEFont>> CFGAS_GEFont::GetGlyphIndexAndFont( in GetGlyphIndexAndFont()
238 return {iGlyphIndex, RetainPtr<CFGAS_GEFont>(this)}; in GetGlyphIndexAndFont()
250 RetainPtr<CFGAS_GEFont> font; in GetGlyphIndexAndFont()
264 RetainPtr<CFGAS_GEFont> pFont = in GetGlyphIndexAndFont()
276 RetainPtr<CFGAS_GEFont> font; in GetGlyphIndexAndFont()
292 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont()
295 return RetainPtr<CFGAS_GEFont>(this); in GetSubstFont()