Searched refs:GetSubstFont (Results 1 – 16 of 16) sorted by relevance
87 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph()111 pFont->GetSubstFont()->m_Weight); in RenderGlyph()200 const auto* pSubstFont = pFont->GetSubstFont(); in LoadGlyphPath()231 if (pFont->GetSubstFont()) { in LoadGlyphBitmap()233 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()234 pFont->GetSubstFont()->m_ItalicAngle, pFont->IsVertical()); in LoadGlyphBitmap()241 if (pFont->GetSubstFont()) { in LoadGlyphBitmap()243 anti_alias, pFont->GetSubstFont()->m_Weight, in LoadGlyphBitmap()244 pFont->GetSubstFont()->m_ItalicAngle, in LoadGlyphBitmap()251 if (pFont->GetSubstFont()) { in LoadGlyphBitmap()[all …]
26 if (m_pFont->GetSubstFont() && in GlyphFromCharCode()27 m_pFont->GetSubstFont()->m_Charset == FX_CHARSET_Symbol) { in GlyphFromCharCode()
71 void* GetSubstFont(const ByteString& face);
87 void* font = GetSubstFont(cstr_face); in MapFont()
43 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); } in GetSubstFont() function
272 void* CFX_FolderFontInfo::GetSubstFont(const ByteString& face) { in GetSubstFont() function in CFX_FolderFontInfo
129 if (!m_pFont->GetSubstFont() || in GetFamilyName()130 m_pFont->GetSubstFont()->m_Family.GetLength() == 0) { in GetFamilyName()134 m_pFont->GetSubstFont()->m_Family.AsStringView()); in GetFamilyName()143 auto* pSubstFont = m_pFont->GetSubstFont(); in GetFontStyles()292 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont() function in CFGAS_GEFont
49 RetainPtr<CFGAS_GEFont> GetSubstFont(int32_t iGlyphIndex);
113 if (!bBold && pFont->GetSubstFont() && in DrawDeviceText()114 pFont->GetSubstFont()->m_Weight >= 500 && in DrawDeviceText()115 pFont->GetSubstFont()->m_Weight <= 600) { in DrawDeviceText()
50 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) { in Initialize()81 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) in SetDefaultFont()137 const CFX_SubstFont* pSubst = pFont->GetSubstFont(); in FindResFontSameCharset()
68 CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } in GetSubstFont() function
925 pFont->GetSubstFont() ? pFont->GetSubstFont()->m_ItalicAngle : 0; in AddFont()934 if (pFont->GetSubstFont()) { in AddFont()935 nStemV = pFont->GetSubstFont()->m_Weight / 5; in AddFont()
71 !pCurrentFont->GetSubstFont()->m_bFlagMM) { in Load()
72 pFont->GetSubstFont(static_cast<int32_t>(pCharPos->m_GlyphIndex)); in DrawString()
154 CFX_SubstFont* pSubst = pFind->GetSubstFont(); in GetNativeFont()
478 void* font = GetSubstFont(cstr_face); in MapFont()