Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp366 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, in UseInternalSubst() argument
381 pSubstFont->m_bFlagMM = true; in UseInternalSubst()
382 pSubstFont->m_ItalicAngle = italic_angle; in UseInternalSubst()
384 pSubstFont->m_Weight = weight; in UseInternalSubst()
386 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5; in UseInternalSubst()
387 pSubstFont->m_Family = "Chrome Serif"; in UseInternalSubst()
396 pSubstFont->m_Family = "Chrome Sans"; in UseInternalSubst()
412 CFX_SubstFont* pSubstFont) { in FindSubstFont() argument
426 pSubstFont->m_Family = "Chrome Symbol"; in FindSubstFont()
427 pSubstFont->m_Charset = FX_CHARSET_Symbol; in FindSubstFont()
[all …]
Dcfx_facecache.cpp87 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph() local
88 if (pSubstFont) { in RenderGlyph()
89 bUseCJKSubFont = pSubstFont->m_bSubstCJK && bFontStyle; in RenderGlyph()
92 skew = pSubstFont->m_bItalicCJK ? -15 : 0; in RenderGlyph()
94 skew = pSubstFont->m_ItalicAngle; in RenderGlyph()
109 if (pSubstFont->m_bFlagMM) { in RenderGlyph()
132 weight = pSubstFont->m_WeightCJK; in RenderGlyph()
134 weight = pSubstFont ? pSubstFont->m_Weight : 0; in RenderGlyph()
135 if (pSubstFont && !pSubstFont->m_bFlagMM && weight > 400) { in RenderGlyph()
140 if (pSubstFont->m_Charset == FX_CHARSET_ShiftJIS) in RenderGlyph()
[all …]
Dcfx_fontmapper.h36 CFX_SubstFont* pSubstFont);
56 FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont,
Dcfx_fontmgr.cpp112 CFX_SubstFont* pSubstFont) { in FindSubstFont() argument
115 italic_angle, CharsetCP, pSubstFont); in FindSubstFont()
Dcfx_fontmgr.h56 CFX_SubstFont* pSubstFont);
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp50 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) { in Initialize() local
51 nCharset = pSubstFont->m_Charset; in Initialize()
81 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) in SetDefaultFont() local
82 nCharset = pSubstFont->m_Charset; in SetDefaultFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp143 auto* pSubstFont = m_pFont->GetSubstFont(); in GetFontStyles() local
144 if (pSubstFont) { in GetFontStyles()
145 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
147 if (pSubstFont->m_bFlagItalic) in GetFontStyles()