Searched defs:bAnnotations (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fxjs/
H A Dcjs_printparamsobj.h25 bool bAnnotations; member in class:PrintParamsObj
H A Dcjs_document.cpp357 bool bAnnotations = false; local
377 bAnnotations = pprintparamsObj->bAnnotations;
398 bAnnotations = pRuntime->ToBoolean(params[7]);
405 bPrintAsImage, bReverse, bAnnotations);
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp191 FPDF_BOOL bAnnotations) {
198 bReverse, bAnnotations);
184 JS_docprint(FPDF_BOOL bUI, int nStart, int nEnd, FPDF_BOOL bSilent, FPDF_BOOL bShrinkToFit, FPDF_BOOL bPrintAsImage, FPDF_BOOL bReverse, FPDF_BOOL bAnnotations) argument

Completed in 111 milliseconds