Searched refs:GetOCContext (Results 1 – 4 of 4) sorted by relevance
61 const CPDF_OCContext* GetOCContext() const { return m_pOCContext.Get(); } in GetOCContext() function
239 if (m_Options.GetOCContext() && in RenderSingleObject()240 !m_Options.GetOCContext()->CheckObjectVisible(pObj)) { in RenderSingleObject()267 if (m_Options.GetOCContext() && in ContinueSingleObject()268 !m_Options.GetOCContext()->CheckObjectVisible(pObj)) { in ContinueSingleObject()381 if (pOC && m_Options.GetOCContext() && in ProcessForm()382 !m_Options.GetOCContext()->CheckOCGVisible(pOC)) { in ProcessForm()
175 if (pOC && GetRenderOptions().GetOCContext() && in Start()176 !GetRenderOptions().GetOCContext()->CheckOCGVisible(pOC)) { in Start()
249 const CPDF_OCContext* pOCContext = pOptions->GetOCContext(); in DisplayPass()