Home
last modified time | relevance | path

Searched refs:LoadOCGState (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_occontext.h36 bool LoadOCGState(const CPDF_Dictionary* pOCGDict) const;
Dcpdf_occontext.cpp148 bool CPDF_OCContext::LoadOCGState(const CPDF_Dictionary* pOCGDict) const { in LoadOCGState() function in CPDF_OCContext
178 bool bState = LoadOCGState(pOCGDict); in GetOCGVisible()