Searched refs:m_Type3FontCache (Results 1 – 2 of 2) sorted by relevance
354 for (int j = 0; j < m_Type3FontCache.GetSize(); j++) { in ProcessType3Text()355 if (m_Type3FontCache.GetAt(j) == pType3Font) in ProcessType3Text()422 status.m_Type3FontCache.Append(m_Type3FontCache); in ProcessType3Text()423 status.m_Type3FontCache.Add(pType3Font); in ProcessType3Text()442 status.m_Type3FontCache.Append(m_Type3FontCache); in ProcessType3Text()443 status.m_Type3FontCache.Add(pType3Font); in ProcessType3Text()
146 CFX_ArrayTemplate<CPDF_Type3Font*> m_Type3FontCache; variable