Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp896 if (pdfium::Contains(m_Type3FontCache, pType3Font)) in ProcessType3Text()
968 status.m_Type3FontCache = m_Type3FontCache; in ProcessType3Text()
969 status.m_Type3FontCache.emplace_back(pType3Font); in ProcessType3Text()
994 status.m_Type3FontCache = m_Type3FontCache; in ProcessType3Text()
995 status.m_Type3FontCache.emplace_back(pType3Font); in ProcessType3Text()
Dcpdf_renderstatus.h197 std::vector<UnownedPtr<const CPDF_Type3Font>> m_Type3FontCache; variable