Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcscript_hostpseudomodel.cpp548 uint32_t dwOptions = 0; in Print() local
554 dwOptions |= XFA_PRINTOPT_ShowDialog; in Print()
569 dwOptions |= XFA_PRINTOPT_CanCancel; in Print()
576 dwOptions |= XFA_PRINTOPT_ShrinkPage; in Print()
583 dwOptions |= XFA_PRINTOPT_AsImage; in Print()
591 dwOptions |= XFA_PRINTOPT_ReverseOrder; in Print()
598 dwOptions |= XFA_PRINTOPT_PrintAnnot; in Print()
600 pNotify->GetDocEnvironment()->Print(hDoc, nStartPage, nEndPage, dwOptions); in Print()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp574 uint32_t dwOptions) { in Print() argument
587 dwOptions & XFA_PRINTOPT_ShowDialog, nStartPage, nEndPage, in Print()
588 dwOptions & XFA_PRINTOPT_CanCancel, dwOptions & XFA_PRINTOPT_ShrinkPage, in Print()
589 dwOptions & XFA_PRINTOPT_AsImage, dwOptions & XFA_PRINTOPT_ReverseOrder, in Print()
590 dwOptions & XFA_PRINTOPT_PrintAnnot); in Print()
Dcpdfxfa_docenvironment.h65 uint32_t dwOptions) override;
/external/pdfium/xfa/fxfa/
Dfxfa.h270 uint32_t dwOptions) = 0;