Searched refs:CFX_SubstFont (Results 1 – 9 of 9) sorted by relevance
24 class CFX_SubstFont; variable82 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont; } in GetSubstFont()84 void SetSubstFont(CFX_SubstFont* subst) { m_pSubstFont = subst; } in SetSubstFont()86 const CFX_SubstFont* GetSubstFont() const { return m_pSubstFont; } in GetSubstFont()121 CFX_SubstFont* m_pSubstFont;204 class CFX_SubstFont {206 CFX_SubstFont();270 CFX_SubstFont* pSubstFont);320 CFX_SubstFont* pSubstFont);335 FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont,
40 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) { in Initialize()71 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) in SetDefaultFont()136 const CFX_SubstFont* pSubst = pFont->GetSubstFont(); in FindResFontSameCharset()
427 CFX_SubstFont* pSubst = (CFX_SubstFont*)pFind->GetSubstFont(); in GetNativeInterFormFont()443 CFX_SubstFont* pSubst; in GetNativeInterFormFont()446 pSubst = (CFX_SubstFont*)pFont->GetSubstFont(); in GetNativeInterFormFont()
415 CFX_SubstFont::CFX_SubstFont() { in CFX_SubstFont() function in CFX_SubstFont491 CFX_SubstFont* pSubstFont) { in FindSubstFont()792 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, in UseInternalSubst()842 CFX_SubstFont* pSubstFont) { in FindSubstFont()
79 m_pSubstFont = new CFX_SubstFont; in LoadClone()149 m_pSubstFont = new CFX_SubstFont; in LoadSubst()
1523 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph()
135 CFX_SubstFont* pSubst = m_pFont->GetSubstFont(); in CFX_GEFont()137 pSubst = new CFX_SubstFont; in CFX_GEFont()
19 class CFX_SubstFont; variable116 const CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } in GetSubstFont()
166 CFX_SubstFont SubstFxFont; in DrawString()