Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp946 CPDF_Type3Font* pType3Font = textobj->m_TextState.GetFont()->AsType3Font(); in ProcessType3Text() local
947 if (pdfium::ContainsValue(m_Type3FontCache, pType3Font)) in ProcessType3Text()
957 CFX_Matrix char_matrix = pType3Font->GetFontMatrix(); in ProcessType3Text()
972 CPDF_Type3Char* pType3Char = pType3Font->LoadChar(charcode); in ProcessType3Text()
1017 status.m_Type3FontCache.push_back(pType3Font); in ProcessType3Text()
1042 status.m_Type3FontCache.push_back(pType3Font); in ProcessType3Text()
1049 CPDF_Document* pDoc = pType3Font->GetDocument(); in ProcessType3Text()
1051 CPDF_DocRenderData::FromDocument(pDoc)->GetCachedType3(pType3Font); in ProcessType3Text()