Searched refs:pType3Font (Results 1 – 1 of 1) sorted by relevance
82 explicit CPDF_RefType3Cache(CPDF_Type3Font* pType3Font) in CPDF_RefType3Cache() argument83 : m_dwCount(0), m_pType3Font(pType3Font) {} in CPDF_RefType3Cache()1846 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->AsType3Font(); in ProcessType3Text() local1847 if (pdfium::ContainsValue(m_Type3FontCache, pType3Font)) in ProcessType3Text()1854 CFX_Matrix char_matrix = pType3Font->GetFontMatrix(); in ProcessType3Text()1866 CPDF_RefType3Cache refTypeCache(pType3Font); in ProcessType3Text()1872 CPDF_Type3Char* pType3Char = pType3Font->LoadChar(charcode); in ProcessType3Text()1915 status.m_Type3FontCache.push_back(pType3Font); in ProcessType3Text()1936 status.m_Type3FontCache.push_back(pType3Font); in ProcessType3Text()1944 RetainPtr<CPDF_Type3Cache> pCache = GetCachedType3(pType3Font); in ProcessType3Text()