Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h18 class IPDF_OCContext; variable
28 class IPDF_OCContext
32 virtual ~IPDF_OCContext() {} in ~IPDF_OCContext()
76 IPDF_OCContext* m_pOCContext;
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp83 IPDF_OCContext* pOCContext = pOptions->m_pOCContext; in DisplayPass()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h171 class CPDF_OCContext : public CFX_Object, public IPDF_OCContext
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp1474 FX_BOOL IPDF_OCContext::CheckObjectVisible(const CPDF_PageObject* pObj) in CheckObjectVisible()