Home
last modified time | relevance | path

Searched refs:GetOCContext (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp187 if (pOptions->GetOCContext() && pAnnotDict && in DisplayPass()
188 !pOptions->GetOCContext()->CheckOCGVisible( in DisplayPass()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderoptions.h58 CPDF_OCContext* GetOCContext() const { return m_pOCContext.Get(); } in GetOCContext() function
Dcpdf_imagerenderer.cpp179 if (pOC && m_pRenderStatus->GetRenderOptions()->GetOCContext() && in Start()
180 !m_pRenderStatus->GetRenderOptions()->GetOCContext()->CheckOCGVisible( in Start()
Dcpdf_renderstatus.cpp1109 if (m_Options.GetOCContext() && pObj->m_ContentMark.HasRef()) { in RenderSingleObject()
1110 if (!m_Options.GetOCContext()->CheckObjectVisible(pObj)) { in RenderSingleObject()
1138 if (m_Options.GetOCContext() && pObj->m_ContentMark.HasRef() && in ContinueSingleObject()
1139 !m_Options.GetOCContext()->CheckObjectVisible(pObj)) { in ContinueSingleObject()
1279 if (pOC && m_Options.GetOCContext() && in ProcessForm()
1280 !m_Options.GetOCContext()->CheckOCGVisible(pOC)) { in ProcessForm()