Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp71 pCurrentFont = pFont->GetFontFallback(charpos.m_FallbackFontPosition); in CPDF_CharPosList()
Dcpdf_textrenderer.cpp23 return position == -1 ? pFont->GetFont() : pFont->GetFontFallback(position); in GetFont()
Dcpdf_renderstatus.cpp1146 : pFont->GetFontFallback(charpos.m_FallbackFontPosition); in DrawTextPathWithPattern()
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h126 CFX_Font* GetFontFallback(int position);
Dcpdf_font.cpp406 CFX_Font* CPDF_Font::GetFontFallback(int position) { in GetFontFallback() function in CPDF_Font