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.cpp379 for (size_t i = 0; i < m_SubstFonts.size(); ++i) { in GetGlyphIndex()
380 if (m_SubstFonts[i] == it->second) { in GetGlyphIndex()
402 m_SubstFonts.push_back(pFont); in GetGlyphIndex()
409 return (iGlyphIndex | (m_SubstFonts.size() << 24)); in GetGlyphIndex()
424 return m_SubstFonts[iGlyphIndex - 1]; in GetSubstFont()
Dcfgas_gefont.h114 std::vector<CFX_RetainPtr<CFGAS_GEFont>> m_SubstFonts; variable