Searched refs:m_SubstFonts (Results 1 – 2 of 2) sorted by relevance
379 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()
114 std::vector<CFX_RetainPtr<CFGAS_GEFont>> m_SubstFonts; variable