Home
last modified time | relevance | path

Searched refs:bAnnotations (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/public/
Dfpdf_formfill.h168 …ilent ,FPDF_BOOL bShrinkToFit,FPDF_BOOL bPrintAsImage ,FPDF_BOOL bReverse ,FPDF_BOOL bAnnotations);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp55 bAnnotations = TRUE; in END_JS_STATIC_CONST()
449 FX_BOOL bAnnotations = FALSE; in print() local
471 bAnnotations = pprintparamsObj->bAnnotations; in print()
495 bAnnotations = params[7].ToBool(); in print()
502 …pEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations); in print()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h260 …Silent ,FPDF_BOOL bShrinkToFit,FPDF_BOOL bPrintAsImage ,FPDF_BOOL bReverse ,FPDF_BOOL bAnnotations) in JS_docprint() argument
264 …o->m_pJsPlatform, bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations); in JS_docprint()
/external/pdfium/fpdfsdk/include/javascript/
DDocument.h26 FX_BOOL bAnnotations; variable