Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp16 m_SubstFlags = 0; in CFX_SubstFont()
752 pSubstFont->m_SubstFlags |= FXFONT_SUBST_MM; in UseInternalSubst()
900 pSubstFont->m_SubstFlags |= FXFONT_SUBST_STANDARD; in FindSubstFont()
913 pSubstFont->m_SubstFlags |= FXFONT_SUBST_STANDARD; in FindSubstFont()
1059 pSubstFont->m_SubstFlags |= FXFONT_SUBST_STANDARD; in FindSubstFont()
1093 pSubstFont->m_SubstFlags |= FXFONT_SUBST_EXACT; in FindSubstFont()
1121 pSubstFont->m_SubstFlags |= FXFONT_SUBST_STANDARD; in FindSubstFont()
1131 pSubstFont->m_SubstFlags |= FXFONT_SUBST_EXACT; in FindSubstFont()
1152 pSubstFont->m_SubstFlags |= FXFONT_SUBST_STANDARD; in FindSubstFont()
1163 pSubstFont->m_SubstFlags |= FXFONT_SUBST_NONSYMBOL; in FindSubstFont()
[all …]
Dfx_ge_text.cpp170 … if (pFont->GetFace() != NULL || (pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_GLYPHPATH)) { in DrawNormalText()
180 … if (pFont->GetFace() == NULL && !(pFont->GetSubstFont()->m_SubstFlags & FXFONT_SUBST_CLEARTYPE)) { in DrawNormalText()
1311 if (pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) { in RenderGlyph()
1337 if (pSubstFont && !(pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) && weight > 400) { in RenderGlyph()
1620 if (m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) { in LoadGlyphPath()
1630 …if (m_pSubstFont && !(m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) && m_pSubstFont->m_Weight > 40… in LoadGlyphPath()
Dfx_ge_font.cpp146 if (m_pSubstFont && (m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM)) { in GetGlyphWidth()
/external/pdfium/core/include/fxge/
Dfx_font.h177 FX_DWORD m_SubstFlags; variable
/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/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp958 if (m_pFontFile || (GetSubstFont()->m_SubstFlags & FXFONT_SUBST_EXACT)) { in _Load()
Dfpdf_font.cpp1015 if (m_Font.m_pSubstFont->m_SubstFlags & FXFONT_SUBST_NONSYMBOL) { in LoadSubstFont()