Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_substfont.h25 bool m_bFlagMM = false; variable
Dcfx_glyphcache.cpp141 if (pSubstFont->m_bFlagMM) { in RenderGlyph()
166 if (pSubstFont && !pSubstFont->m_bFlagMM && weight > 400) { in RenderGlyph()
Dcfx_font.cpp365 if (m_pSubstFont && m_pSubstFont->m_bFlagMM) in GetGlyphWidth()
654 if (m_pSubstFont->m_bFlagMM) in LoadGlyphPathImpl()
664 if (m_pSubstFont && !m_pSubstFont->m_bFlagMM && in LoadGlyphPathImpl()
Dcfx_fontmapper.cpp364 pSubstFont->m_bFlagMM = true; in UseInternalSubst()
/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp90 !pCurrentFont->GetSubstFont()->m_bFlagMM) { in CPDF_CharPosList()