Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.h36 bool LoadOCGState(const CPDF_Dictionary* pOCGDict) const;
Dcpdf_occontext.cpp149 bool CPDF_OCContext::LoadOCGState(const CPDF_Dictionary* pOCGDict) const { in LoadOCGState() function in CPDF_OCContext
179 bool bState = LoadOCGState(pOCGDict); in GetOCGVisible()