Searched refs:GetOCContext (Results 1 – 4 of 4) sorted by relevance
187 if (pOptions->GetOCContext() && pAnnotDict && in DisplayPass()188 !pOptions->GetOCContext()->CheckOCGVisible( in DisplayPass()
58 CPDF_OCContext* GetOCContext() const { return m_pOCContext.Get(); } in GetOCContext() function
179 if (pOC && m_pRenderStatus->GetRenderOptions()->GetOCContext() && in Start()180 !m_pRenderStatus->GetRenderOptions()->GetOCContext()->CheckOCGVisible( in Start()
1109 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()