Home
last modified time | relevance | path

Searched refs:bPrintAsImage (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h140 FPDF_BOOL bPrintAsImage,
Dcpdfsdk_formfillenvironment.cpp262 FPDF_BOOL bPrintAsImage, 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/samples/
Dpdfium_test.cc299 FPDF_BOOL bPrintAsImage, in ExampleDocPrint() argument
303 bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations); in ExampleDocPrint()
/external/pdfium/public/
Dfpdf_formfill.h247 FPDF_BOOL bPrintAsImage,
/external/pdfium/fxjs/
Dcjs_document.cpp427 bool bPrintAsImage = false; in print() local
429 bPrintAsImage = pRuntime->ToBoolean(newParams[5]); in print()
448 bPrintAsImage, bReverse, bAnnotations); in print()