Searched refs:GetFontFallback (Results 1 – 5 of 5) sorted by relevance
71 pCurrentFont = pFont->GetFontFallback(charpos.m_FallbackFontPosition); in CPDF_CharPosList()
23 return position == -1 ? pFont->GetFont() : pFont->GetFontFallback(position); in GetFont()
1146 : pFont->GetFontFallback(charpos.m_FallbackFontPosition); in DrawTextPathWithPattern()
126 CFX_Font* GetFontFallback(int position);
406 CFX_Font* CPDF_Font::GetFontFallback(int position) { in GetFontFallback() function in CPDF_Font