Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp384 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, in UseInternalSubst() argument
399 pSubstFont->m_SubstFlags |= FXFONT_SUBST_MM; in UseInternalSubst()
400 pSubstFont->m_ItalicAngle = italic_angle; in UseInternalSubst()
402 pSubstFont->m_Weight = weight; in UseInternalSubst()
404 pSubstFont->m_Weight = pSubstFont->m_Weight * 4 / 5; in UseInternalSubst()
405 pSubstFont->m_Family = "Chrome Serif"; in UseInternalSubst()
414 pSubstFont->m_Family = "Chrome Sans"; in UseInternalSubst()
430 CFX_SubstFont* pSubstFont) { in FindSubstFont() argument
441 pSubstFont->m_Family = "Chrome Symbol"; in FindSubstFont()
442 pSubstFont->m_Charset = FXFONT_SYMBOL_CHARSET; in FindSubstFont()
[all …]
Dcfx_facecache.cpp109 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph() local
110 if (pSubstFont) { in RenderGlyph()
111 bUseCJKSubFont = pSubstFont->m_bSubstCJK && bFontStyle; in RenderGlyph()
114 skew = pSubstFont->m_bItalicCJK ? -15 : 0; in RenderGlyph()
116 skew = pSubstFont->m_ItalicAngle; in RenderGlyph()
131 if (pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) { in RenderGlyph()
154 weight = pSubstFont->m_WeightCJK; in RenderGlyph()
156 weight = pSubstFont ? pSubstFont->m_Weight : 0; in RenderGlyph()
157 if (pSubstFont && !(pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) && in RenderGlyph()
163 if (pSubstFont->m_Charset == FXFONT_SHIFTJIS_CHARSET) in RenderGlyph()
[all …]
Dcfx_fontmgr.cpp121 CFX_SubstFont* pSubstFont) { in FindSubstFont() argument
124 italic_angle, CharsetCP, pSubstFont); in FindSubstFont()
/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/core/fxge/
Dcfx_fontmapper.h35 CFX_SubstFont* pSubstFont);
57 FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont,
Dcfx_fontmgr.h56 CFX_SubstFont* pSubstFont);
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp251 auto* pSubstFont = m_pFont->GetSubstFont(); in GetFontStyles() local
252 if (pSubstFont) { in GetFontStyles()
253 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
255 if (pSubstFont->m_SubstFlags & FXFONT_SUBST_ITALIC) in GetFontStyles()