Home
last modified time | relevance | path

Searched refs:m_SubstFlags (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcfx_substfont.cpp13 m_SubstFlags(0), in CFX_SubstFont()
Dcfx_font.cpp241 m_pSubstFont->m_SubstFlags = pFont->m_pSubstFont->m_SubstFlags; in LoadClone()
343 if (m_pSubstFont && (m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM)) in GetGlyphWidth()
632 if (m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) { in LoadGlyphPathImpl()
642 if (m_pSubstFont && !(m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) && in LoadGlyphPathImpl()
Dcfx_facecache.cpp131 if (pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) { in RenderGlyph()
157 if (pSubstFont && !(pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) && in RenderGlyph()
Dcfx_fontmapper.cpp399 pSubstFont->m_SubstFlags |= FXFONT_SUBST_MM; in UseInternalSubst()
631 pSubstFont->m_SubstFlags |= FXFONT_SUBST_EXACT; in FindSubstFont()
/external/pdfium/core/fxge/
Dcfx_substfont.h21 uint32_t m_SubstFlags; variable
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp116 pSubst->m_SubstFlags |= FXFONT_SUBST_ITALIC; in CFGAS_GEFont()
255 if (pSubstFont->m_SubstFlags & FXFONT_SUBST_ITALIC) in GetFontStyles()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp396 if (m_pFontFile || (GetSubstFont()->m_SubstFlags & FXFONT_SUBST_EXACT)) { in Load()