Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_ocg.cpp96 m_OCGStates.clear(); in ~CPDF_OCContext()
177 const auto it = m_OCGStates.find(pOCGDict); in GetOCGVisible()
178 if (it != m_OCGStates.end()) in GetOCGVisible()
182 m_OCGStates[pOCGDict] = bState; in GetOCGVisible()
281 m_OCGStates.clear(); in ResetOCContext()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h163 std::map<const CPDF_Dictionary*, FX_BOOL> m_OCGStates; variable