Home
last modified time | relevance | path

Searched refs:GetFontFallback (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h88 CFX_Font* GetFontFallback(int position);
Dcpdf_font.cpp478 CFX_Font* CPDF_Font::GetFontFallback(int position) { in GetFontFallback() function in CPDF_Font
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp55 pCurrentFont = pFont->GetFontFallback(charpos.m_FallbackFontPosition); in Load()
Dcpdf_textrenderer.cpp21 return position == -1 ? pFont->GetFont() : pFont->GetFontFallback(position); in GetFont()
Dcpdf_renderstatus.cpp2041 : pFont->GetFontFallback(charpos.m_FallbackFontPosition); in DrawTextPathWithPattern()