Searched refs:GetSubstFont (Results 1 – 17 of 17) sorted by relevance
75 if (pFont->GetSubstFont()) { in GenKey()77 anti_alias, pFont->GetSubstFont()->m_Weight, in GenKey()78 pFont->GetSubstFont()->m_ItalicAngle, in GenKey()85 if (pFont->GetSubstFont()) { in GenKey()87 anti_alias, pFont->GetSubstFont()->m_Weight, in GenKey()88 pFont->GetSubstFont()->m_ItalicAngle, in GenKey()119 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph()143 pFont->GetSubstFont()->m_Weight); in RenderGlyph()232 const auto* pSubstFont = pFont->GetSubstFont(); in LoadGlyphPath()
27 if (m_pFont->GetSubstFont() && in GlyphFromCharCode()28 m_pFont->GetSubstFont()->m_Charset == FX_CHARSET_Symbol) { in GlyphFromCharCode()
64 void* GetSubstFont(const ByteString& face);
96 void* font = GetSubstFont(family); in MapFont()
58 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); } in GetSubstFont() function
283 void* CFX_FolderFontInfo::GetSubstFont(const ByteString& face) { in GetSubstFont() function in CFX_FolderFontInfo
302 CFX_SubstFont* subst_font = GetSubstFont(); in GetSubstFontItalicAngle()
115 if (!bBold && pFont->GetSubstFont() && in DrawDeviceText()116 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()117 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
133 CFX_SubstFont* subst_font = m_pFont->GetSubstFont(); in GetFamilyName()146 auto* pSubstFont = m_pFont->GetSubstFont(); in GetFontStyles()282 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont() function in CFGAS_GEFont
56 RetainPtr<CFGAS_GEFont> GetSubstFont(int32_t iGlyphIndex);
99 CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } in GetSubstFont() function
90 !pCurrentFont->GetSubstFont()->m_bFlagMM) { in CPDF_CharPosList()
177 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) { in Initialize()244 const CFX_SubstFont* pSubst = pFont->GetSubstFont(); in FindResFontSameCharset()
173 CFX_SubstFont* pSubst = pFind->GetSubstFont(); in GetNativeFont()
515 if (pFont->GetSubstFont()) { in AddFont()516 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()
75 pFont->GetSubstFont(static_cast<int32_t>(pos.m_GlyphIndex)); in DrawString()
461 void* font = GetSubstFont(cstr_face); in MapFont()