Searched refs:bShrinkToFit (Results 1 - 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/include/ |
H A D | fpdfformfill.h | 167 * bShrinkToFit - If true, the page is shrunk (if necessary) to fit within the imageable area of the printed page.
172 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);
|
H A D | fsdk_mgr.h | 271 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 275 m_pInfo->m_pJsPlatform->Doc_print(m_pInfo->m_pJsPlatform, bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations);
|
/external/pdfium/fpdfsdk/include/javascript/ |
H A D | Document.h | 23 FX_BOOL bShrinkToFit;
member in class:PrintParamsObj
|
/external/pdfium/fpdfsdk/src/javascript/ |
H A D | Document.cpp | 50 bShrinkToFit = FALSE;
622 FX_BOOL bShrinkToFit = FALSE;
local 644 bShrinkToFit = pprintparamsObj->bShrinkToFit;
665 bShrinkToFit = params[4];
678 pEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations);
|
Completed in 205 milliseconds