Searched refs:bAnnotations (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/public/ |
D | fpdf_formfill.h | 168 …ilent ,FPDF_BOOL bShrinkToFit,FPDF_BOOL bPrintAsImage ,FPDF_BOOL bReverse ,FPDF_BOOL bAnnotations);
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Document.cpp | 55 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/ |
D | fsdk_mgr.h | 260 …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/ |
D | Document.h | 26 FX_BOOL bAnnotations; variable
|