Searched refs:dwOptions (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cscript_hostpseudomodel.cpp | 548 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/ |
D | cpdfxfa_docenvironment.cpp | 574 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()
|
D | cpdfxfa_docenvironment.h | 65 uint32_t dwOptions) override;
|
/external/pdfium/xfa/fxfa/ |
D | fxfa.h | 270 uint32_t dwOptions) = 0;
|