Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_occontext.cpp174 const auto it = m_OCGStates.find(pOCGDict); in GetOCGVisible()
175 if (it != m_OCGStates.end()) in GetOCGVisible()
179 m_OCGStates[pOCGDict] = bState; in GetOCGVisible()
Dcpdf_occontext.h43 std::map<const CPDF_Dictionary*, bool> m_OCGStates; variable