Home
last modified time | relevance | path

Searched refs:FXFONT_SUBST_GLYPHPATH (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp216 !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in ProcessText()
225 !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in ProcessText()
/external/pdfium/core/include/fxge/
Dfx_font.h197 #define FXFONT_SUBST_GLYPHPATH 0x04 macro
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp233 (pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in DrawNormalText()