Home
last modified time | relevance | path

Searched refs:bShrinkToFit (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/testing/resources/
Dcircular_viewer_ref.in18 <</JS(this.print\({bUI:true,bSilent:false,bShrinkToFit:true}\);)/S/JavaScript>>
Drepeat_viewer_ref.in13 <</JS(this.print\({bUI:true,bSilent:false,bShrinkToFit:true}\);)/S/JavaScript>>
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h139 FPDF_BOOL bShrinkToFit,
Dcpdfsdk_formfillenvironment.cpp261 FPDF_BOOL bShrinkToFit, in JS_docprint() argument
270 bSilent, bShrinkToFit, bPrintAsImage, in JS_docprint()
/external/pdfium/testing/resources/javascript/
Dmouse_events.in130 "bSilent": true, "bShrinkToFit": true, "bPrintAsImage": true,
/external/pdfium/public/
Dfpdf_formfill.h246 FPDF_BOOL bShrinkToFit,
/external/pdfium/samples/
Dpdfium_test.cc298 FPDF_BOOL bShrinkToFit, in ExampleDocPrint() argument
303 bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations); in ExampleDocPrint()
/external/pdfium/fxjs/
Dcjs_document.cpp423 bool bShrinkToFit = false; in print() local
425 bShrinkToFit = pRuntime->ToBoolean(newParams[4]); in print()
447 m_pFormFillEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit, in print()