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

/external/pdfium/public/
H A Dfpdf_formfill.h166 * bAnnotations - If true (the default), annotations are printed.
168 void (*Doc_print)(struct _IPDF_JsPlatform* pThis, FPDF_BOOL bUI, int nStart, int nEnd, FPDF_BOOL bSilent ,FPDF_BOOL bShrinkToFit,FPDF_BOOL bPrintAsImage ,FPDF_BOOL bReverse ,FPDF_BOOL bAnnotations);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h260 void 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
264 m_pInfo->m_pJsPlatform->Doc_print(m_pInfo->m_pJsPlatform, bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations);
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp55 bAnnotations = TRUE;
449 FX_BOOL bAnnotations = FALSE; local
471 bAnnotations = pprintparamsObj->bAnnotations;
495 bAnnotations = params[7].ToBool();
502 pEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations);
/external/pdfium/fpdfsdk/include/javascript/
H A DDocument.h26 FX_BOOL bAnnotations; member in class:PrintParamsObj

Completed in 458 milliseconds