HomeSort by relevance Sort by last modified time
    Searched defs:CPDF_OCContext (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_ocg.cpp 79 CPDF_OCContext::UsageType eType) {
81 if (eType == CPDF_OCContext::Design) {
83 } else if (eType == CPDF_OCContext::Print) {
85 } else if (eType == CPDF_OCContext::Export) {
90 CPDF_OCContext::CPDF_OCContext(CPDF_Document* pDoc, UsageType eUsageType) {
95 CPDF_OCContext::~CPDF_OCContext() {
98 FX_BOOL CPDF_OCContext::LoadOCGStateFromConfig(const CFX_ByteStringC& csConfig,
148 FX_BOOL CPDF_OCContext::LoadOCGState(const CPDF_Dictionary* pOCGDict) const
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 38 class CPDF_OCContext;
129 class CPDF_OCContext : public IPDF_OCContext {
133 explicit CPDF_OCContext(CPDF_Document* pDoc, UsageType eUsageType = View);
134 ~CPDF_OCContext() override;

Completed in 281 milliseconds