Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp254 for (size_t i = 0; i < m_SubstFonts.size(); ++i) { in GetGlyphIndexAndFont()
255 if (m_SubstFonts[i] == it->second) in GetGlyphIndexAndFont()
274 m_SubstFonts.push_back(pFont); in GetGlyphIndexAndFont()
281 return {(iGlyphIndex | (m_SubstFonts.size() << 24)), pFont}; in GetGlyphIndexAndFont()
296 return m_SubstFonts[iGlyphIndex - 1]; in GetSubstFont()
Dcfgas_gefont.h93 std::vector<RetainPtr<CFGAS_GEFont>> m_SubstFonts; variable