Searched refs:FFI_GetRotation (Results 1 - 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/include/ | ||
H A D | fsdk_mgr.h | 304 int FFI_GetRotation(FPDF_PAGE page)
function in class:CPDFDoc_Environment 306 if(m_pInfo && m_pInfo->FFI_GetRotation) 308 return m_pInfo->FFI_GetRotation(m_pInfo, page); |
H A D | fpdfformfill.h | 451 * Method: FFI_GetRotation
463 int (*FFI_GetRotation)(struct _FPDF_FORMFILLINFO* pThis, FPDF_PAGE page); member in struct:_FPDF_FORMFILLINFO |
/external/chromium_org/pdf/pdfium/ | ||
H A D | pdfium_engine.cc | 611 FPDF_FORMFILLINFO::FFI_GetRotation = Form_GetRotation; member in class:chrome_pdf::FPDF_FORMFILLINFO |
Completed in 138 milliseconds