HomeSort by relevance Sort by last modified time
    Searched refs:m_pSubstFont (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxge/ge/
cfx_font.cpp 238 if (pFont->m_pSubstFont) {
239 m_pSubstFont = pdfium::MakeUnique<CFX_SubstFont>();
240 m_pSubstFont->m_Charset = pFont->m_pSubstFont->m_Charset;
241 m_pSubstFont->m_SubstFlags = pFont->m_pSubstFont->m_SubstFlags;
242 m_pSubstFont->m_Weight = pFont->m_pSubstFont->m_Weight;
243 m_pSubstFont->m_Family = pFont->m_pSubstFont->m_Family
    [all...]
  /external/pdfium/core/fxge/
fx_font.h 116 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); }
126 m_pSubstFont = std::move(subst);
194 std::unique_ptr<CFX_SubstFont> m_pSubstFont;

Completed in 160 milliseconds