Searched refs:pSubstFont (Results 1 – 7 of 7) sorted by relevance
366 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, in UseInternalSubst() argument381 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() argument426 pSubstFont->m_Family = "Chrome Symbol"; in FindSubstFont()427 pSubstFont->m_Charset = FX_CHARSET_Symbol; in FindSubstFont()[all …]
87 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph() local88 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 …]
36 CFX_SubstFont* pSubstFont);56 FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont,
112 CFX_SubstFont* pSubstFont) { in FindSubstFont() argument115 italic_angle, CharsetCP, pSubstFont); in FindSubstFont()
56 CFX_SubstFont* pSubstFont);
50 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) { in Initialize() local51 nCharset = pSubstFont->m_Charset; in Initialize()81 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) in SetDefaultFont() local82 nCharset = pSubstFont->m_Charset; in SetDefaultFont()
143 auto* pSubstFont = m_pFont->GetSubstFont(); in GetFontStyles() local144 if (pSubstFont) { in GetFontStyles()145 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()147 if (pSubstFont->m_bFlagItalic) in GetFontStyles()