Searched refs:m_Type3FontCache (Results 1 – 2 of 2) sorted by relevance
896 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()
197 std::vector<UnownedPtr<const CPDF_Type3Font>> m_Type3FontCache; variable