Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp261 std::set<const CPDF_Object*>* pVisitedInternal) { in GetColorSpaceInternal() argument
265 if (pdfium::Contains(*pVisitedInternal, pCSObj)) in GetColorSpaceInternal()
268 ScopedSetInsertion<const CPDF_Object*> insertion(pVisitedInternal, pCSObj); in GetColorSpaceInternal()
278 nullptr, pVisited, pVisitedInternal); in GetColorSpaceInternal()
307 pVisitedInternal); in GetColorSpaceInternal()
316 pVisited, pVisitedInternal); in GetColorSpaceInternal()
Dcpdf_docpagedata.h100 std::set<const CPDF_Object*>* pVisitedInternal);