Searched refs:pOC (Results 1 – 2 of 2) sorted by relevance
174 const CPDF_Dictionary* pOC = m_pImageObject->GetImage()->GetOC(); in Start() local175 if (pOC && GetRenderOptions().GetOCContext() && in Start()176 !GetRenderOptions().GetOCContext()->CheckOCGVisible(pOC)) { in Start()
380 const CPDF_Dictionary* pOC = pFormObj->form()->GetDict()->GetDictFor("OC"); in ProcessForm() local381 if (pOC && m_Options.GetOCContext() && in ProcessForm()382 !m_Options.GetOCContext()->CheckOCGVisible(pOC)) { in ProcessForm()