Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp78 explicit CPDF_RefType3Cache(CPDF_Type3Font* pType3Font) in CPDF_RefType3Cache() argument
79 : m_dwCount(0), m_pType3Font(pType3Font) {} in CPDF_RefType3Cache()
1806 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->AsType3Font(); in ProcessType3Text() local
1807 if (pdfium::ContainsValue(m_Type3FontCache, pType3Font)) in ProcessType3Text()
1814 CFX_Matrix char_matrix = pType3Font->GetFontMatrix(); in ProcessType3Text()
1826 CPDF_RefType3Cache refTypeCache(pType3Font); in ProcessType3Text()
1833 CPDF_Type3Char* pType3Char = pType3Font->LoadChar(charcode); in ProcessType3Text()
1871 status.m_Type3FontCache.push_back(pType3Font); in ProcessType3Text()
1893 status.m_Type3FontCache.push_back(pType3Font); in ProcessType3Text()
1902 CPDF_Type3Cache* pCache = GetCachedType3(pType3Font); in ProcessType3Text()