Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.h31 CPDF_OCContext(CPDF_Document* pDoc, UsageType eUsageType);
Dcpdf_occontext.cpp95 CPDF_OCContext::CPDF_OCContext(CPDF_Document* pDoc, UsageType eUsageType) in CPDF_OCContext() argument
96 : m_pDocument(pDoc), m_eUsageType(eUsageType) { in CPDF_OCContext()