Home
last modified time | relevance | path

Searched refs:FFI_GetPageViewRect (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp384 if (!m_pInfo || !m_pInfo->FFI_GetPageViewRect) in GetPageViewRect()
391 m_pInfo->FFI_GetPageViewRect(m_pInfo, page, &left, &top, &right, &bottom); in GetPageViewRect()
/external/pdfium/public/
Dfpdf_formfill.h830 void (*FFI_GetPageViewRect)(struct _FPDF_FORMFILLINFO* pThis, member