Searched refs:m_PSFontList (Results 1 – 2 of 2) sorted by relevance
473 for (const auto& pPSFont : m_PSFontList) { in FindPSFontGlyph()495 if (m_PSFontList.empty() || m_PSFontList.back()->m_nGlyphs == 256) { in FindPSFontGlyph()496 m_PSFontList.push_back(pdfium::MakeUnique<CPSFont>()); in FindPSFontGlyph()497 m_PSFontList.back()->m_nGlyphs = 0; in FindPSFontGlyph()508 buf << "/X" << static_cast<uint32_t>(m_PSFontList.size() - 1) in FindPSFontGlyph()514 *ps_fontnum = m_PSFontList.size() - 1; in FindPSFontGlyph()515 CPSFont* pPSFont = m_PSFontList[*ps_fontnum].get(); in FindPSFontGlyph()
133 std::vector<std::unique_ptr<CPSFont>> m_PSFontList; variable