Searched refs:dwOptions (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 528 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/ |
D | cpdfxfa_docenvironment.cpp | 568 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()
|
D | cpdfxfa_docenvironment.h | 55 uint32_t dwOptions) override;
|
/external/pdfium/xfa/fxfa/ |
D | fxfa.h | 237 uint32_t dwOptions) = 0;
|