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.cpp102 m_OCGStates.RemoveAll(); in ~CPDF_OCContext()
183 if (m_OCGStates.Lookup(pOCGDict, bState)) { in GetOCGVisible()
187 m_OCGStates.SetAt(pOCGDict, bState); in GetOCGVisible()
299 m_OCGStates.RemoveAll(); in ResetOCContext()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h184 CFX_MapPtrTemplate<const CPDF_Dictionary*, void*> m_OCGStates; variable