Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp528 uint32_t dwOptions = 0; in print() local
530 dwOptions |= XFA_PRINTOPT_ShowDialog; in print()
532 dwOptions |= XFA_PRINTOPT_CanCancel; in print()
534 dwOptions |= XFA_PRINTOPT_ShrinkPage; in print()
536 dwOptions |= XFA_PRINTOPT_AsImage; in print()
538 dwOptions |= XFA_PRINTOPT_ReverseOrder; in print()
540 dwOptions |= XFA_PRINTOPT_PrintAnnot; in print()
546 hDoc->GetDocEnvironment()->Print(hDoc, nStartPage, nEndPage, dwOptions); in print()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp568 uint32_t dwOptions) { in Print() argument
581 dwOptions & XFA_PRINTOPT_ShowDialog, nStartPage, nEndPage, in Print()
582 dwOptions & XFA_PRINTOPT_CanCancel, dwOptions & XFA_PRINTOPT_ShrinkPage, in Print()
583 dwOptions & XFA_PRINTOPT_AsImage, dwOptions & XFA_PRINTOPT_ReverseOrder, in Print()
584 dwOptions & XFA_PRINTOPT_PrintAnnot); in Print()
Dcpdfxfa_docenvironment.h55 uint32_t dwOptions) override;
/external/pdfium/xfa/fxfa/
Dfxfa.h237 uint32_t dwOptions) = 0;