Home
last modified time | relevance | path

Searched refs:m_pSubstFont (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_font.cpp380 m_pSubstFont = std::move(subst); in SetSubstFont()
404 m_pSubstFont = std::make_unique<CFX_SubstFont>(); in LoadSubst()
407 m_pSubstFont.get()); in LoadSubst()
430 if (m_pSubstFont && m_pSubstFont->IsBuiltInGenericFont()) in GetGlyphWidthImpl()
571 if (!m_Face && !m_pSubstFont) in GetFamilyName()
575 return m_pSubstFont->m_Family; in GetFamilyName()
584 if (!m_Face && !m_pSubstFont) in GetFaceName()
593 return m_pSubstFont->m_Family; in GetFaceName()
609 if (m_pSubstFont) in GetBaseFontName()
610 return m_pSubstFont->m_Family; in GetBaseFontName()
[all …]
Dcfx_font.h88 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); } in GetSubstFont()
168 std::unique_ptr<CFX_SubstFont> m_pSubstFont; variable