Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfpdfformfill.h172 …ilent ,FPDF_BOOL bShrinkToFit,FPDF_BOOL bPrintAsImage ,FPDF_BOOL bReverse ,FPDF_BOOL bAnnotations);
Dfsdk_mgr.h271 …Silent ,FPDF_BOOL bShrinkToFit,FPDF_BOOL bPrintAsImage ,FPDF_BOOL bReverse ,FPDF_BOOL bAnnotations) in JS_docprint() argument
275 …o->m_pJsPlatform, bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations); in JS_docprint()
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp53 bAnnotations = TRUE; in END_JS_STATIC_CONST()
625 FX_BOOL bAnnotations = FALSE; in print() local
647 bAnnotations = pprintparamsObj->bAnnotations; in print()
671 bAnnotations = params[7]; in print()
678 …pEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations); in print()
/external/pdfium/fpdfsdk/include/javascript/
DDocument.h26 FX_BOOL bAnnotations; variable