Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h161 #define FXFONT_SUBST_GLYPHPATH 0x04 macro
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp212 … if (pFont->GetFace() == NULL && !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in ProcessText()
220 … if (pFont->GetFace() == NULL && !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in ProcessText()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp192 … if (pFont->GetFace() != NULL || (pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in DrawNormalText()