Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h73 std::vector<CPDF_Type3Font*> m_Type3FontCache; variable
Dcpdf_renderstatus.cpp1807 if (pdfium::ContainsValue(m_Type3FontCache, pType3Font)) in ProcessType3Text()
1870 status.m_Type3FontCache = m_Type3FontCache; in ProcessType3Text()
1871 status.m_Type3FontCache.push_back(pType3Font); in ProcessType3Text()
1892 status.m_Type3FontCache = m_Type3FontCache; in ProcessType3Text()
1893 status.m_Type3FontCache.push_back(pType3Font); in ProcessType3Text()