Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.cpp233 m_pSubstFont = std::move(subst); in SetSubstFont()
269 m_pSubstFont = pdfium::MakeUnique<CFX_SubstFont>(); in LoadSubst()
272 m_pSubstFont.get()); in LoadSubst()
301 if (m_pSubstFont && m_pSubstFont->m_bFlagMM) in GetGlyphWidth()
447 if (!m_Face && !m_pSubstFont) in GetFamilyName()
452 return m_pSubstFont->m_Family; in GetFamilyName()
456 if (!m_Face && !m_pSubstFont) in GetFaceName()
467 return m_pSubstFont->m_Family; in GetFaceName()
552 if (m_pSubstFont) { in LoadGlyphPathImpl()
553 if (m_pSubstFont->m_ItalicAngle) { in LoadGlyphPathImpl()
[all …]
Dcfx_font.h43 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); } in GetSubstFont()
112 std::unique_ptr<CFX_SubstFont> m_pSubstFont; variable