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.h16 class IPDF_OCContext; variable
26 class IPDF_OCContext
30 virtual ~IPDF_OCContext() {} in ~IPDF_OCContext()
74 IPDF_OCContext* m_pOCContext;
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp82 IPDF_OCContext* pOCContext = pOptions->m_pOCContext; in DisplayPass()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h140 class CPDF_OCContext : public IPDF_OCContext
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp1406 FX_BOOL IPDF_OCContext::CheckObjectVisible(const CPDF_PageObject* pObj) in CheckObjectVisible()