Searched refs:m_Type3FontCache (Results 1 – 2 of 2) sorted by relevance
947 if (pdfium::ContainsValue(m_Type3FontCache, pType3Font)) in ProcessType3Text()1016 status.m_Type3FontCache = m_Type3FontCache; in ProcessType3Text()1017 status.m_Type3FontCache.push_back(pType3Font); in ProcessType3Text()1041 status.m_Type3FontCache = m_Type3FontCache; in ProcessType3Text()1042 status.m_Type3FontCache.push_back(pType3Font); in ProcessType3Text()
188 std::vector<CPDF_Type3Font*> m_Type3FontCache; variable