Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp339 CPDF_RefType3Cache(CPDF_Type3Font* pType3Font) { in CPDF_RefType3Cache() argument
341 m_pType3Font = pType3Font; in CPDF_RefType3Cache()
353 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->GetType3Font(); in ProcessType3Text() local
355 if (m_Type3FontCache.GetAt(j) == pType3Font) in ProcessType3Text()
363 CFX_Matrix char_matrix = pType3Font->GetFontMatrix(); in ProcessType3Text()
375 CPDF_RefType3Cache refTypeCache(pType3Font); in ProcessType3Text()
385 CPDF_Type3Char* pType3Char = pType3Font->LoadChar(charcode); in ProcessType3Text()
423 status.m_Type3FontCache.Add(pType3Font); in ProcessType3Text()
443 status.m_Type3FontCache.Add(pType3Font); in ProcessType3Text()
452 CPDF_Type3Cache* pCache = GetCachedType3(pType3Font); in ProcessType3Text()