Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderoptions.h61 const CPDF_OCContext* GetOCContext() const { return m_pOCContext.Get(); } in GetOCContext() function
Dcpdf_renderstatus.cpp239 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()
Dcpdf_imagerenderer.cpp175 if (pOC && GetRenderOptions().GetOCContext() && in Start()
176 !GetRenderOptions().GetOCContext()->CheckOCGVisible(pOC)) { in Start()
/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp249 const CPDF_OCContext* pOCContext = pOptions->GetOCContext(); in DisplayPass()