Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp25 return position == -1 ? pFont->GetFont() : pFont->GetFontFallback(position); in GetFont()
Dcharposlist.cpp134 current_font = font->GetFontFallback(fallback_position); in GetCharPosList()
Dcpdf_renderstatus.cpp1106 : pFont->GetFontFallback(charpos.m_FallbackFontPosition); in DrawTextPathWithPattern()
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h131 CFX_Font* GetFontFallback(int position);
Dcpdf_font.cpp398 CFX_Font* CPDF_Font::GetFontFallback(int position) { in GetFontFallback() function in CPDF_Font
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp1002 pCfxFont = pFont->GetFontFallback(pos[0].m_FallbackFontPosition); in FPDFFont_GetGlyphPath()