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.cpp947 if (pdfium::ContainsValue(m_Type3FontCache, pType3Font)) in ProcessType3Text()
1016 status.m_Type3FontCache = m_Type3FontCache; in ProcessType3Text()
1017 status.m_Type3FontCache.push_back(pType3Font); in ProcessType3Text()
1041 status.m_Type3FontCache = m_Type3FontCache; in ProcessType3Text()
1042 status.m_Type3FontCache.push_back(pType3Font); in ProcessType3Text()
Dcpdf_renderstatus.h188 std::vector<CPDF_Type3Font*> m_Type3FontCache; variable