Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_font.cpp238 if (pFont->m_pSubstFont) { in LoadClone()
239 m_pSubstFont = pdfium::MakeUnique<CFX_SubstFont>(); in LoadClone()
240 m_pSubstFont->m_Charset = pFont->m_pSubstFont->m_Charset; in LoadClone()
241 m_pSubstFont->m_SubstFlags = pFont->m_pSubstFont->m_SubstFlags; in LoadClone()
242 m_pSubstFont->m_Weight = pFont->m_pSubstFont->m_Weight; in LoadClone()
243 m_pSubstFont->m_Family = pFont->m_pSubstFont->m_Family; in LoadClone()
244 m_pSubstFont->m_ItalicAngle = pFont->m_pSubstFont->m_ItalicAngle; in LoadClone()
308 m_pSubstFont = pdfium::MakeUnique<CFX_SubstFont>(); in LoadSubst()
311 m_pSubstFont.get()); in LoadSubst()
343 if (m_pSubstFont && (m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM)) in GetGlyphWidth()
[all …]
/external/pdfium/core/fxge/
Dfx_font.h116 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); } in GetSubstFont()
126 m_pSubstFont = std::move(subst); in SetSubstFont()
194 std::unique_ptr<CFX_SubstFont> m_pSubstFont; variable