Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp363 for (int j = 0; j < m_Type3FontCache.GetSize(); j++) in ProcessType3Text()
364 if ((CPDF_Type3Font*)m_Type3FontCache.GetAt(j) == pType3Font) { in ProcessType3Text()
428 status.m_Type3FontCache.Append(m_Type3FontCache); in ProcessType3Text()
429 status.m_Type3FontCache.Add(pType3Font); in ProcessType3Text()
445 status.m_Type3FontCache.Append(m_Type3FontCache); in ProcessType3Text()
446 status.m_Type3FontCache.Add(pType3Font); in ProcessType3Text()
Drender_int.h109 CFX_PtrArray m_Type3FontCache; variable