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

  /external/pdfium/public/
fpdf_formfill.h 806 * Method: FFI_GetPageViewRect
827 void (*FFI_GetPageViewRect)(struct _FPDF_FORMFILLINFO* pThis,
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.cpp 406 if (!m_pInfo || !m_pInfo->FFI_GetPageViewRect)
413 m_pInfo->FFI_GetPageViewRect(m_pInfo, page, &left, &top, &right, &bottom);

Completed in 93 milliseconds