HomeSort by relevance Sort by last modified time
    Searched refs:Doc_print (Results 1 - 2 of 2) sorted by null

  /external/pdfium/public/
fpdf_formfill.h 151 * Method: Doc_print
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);
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 262 if(m_pInfo && m_pInfo->m_pJsPlatform && m_pInfo->m_pJsPlatform->Doc_print)
264 m_pInfo->m_pJsPlatform->Doc_print(m_pInfo->m_pJsPlatform, bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage, bReverse, bAnnotations);

Completed in 135 milliseconds