Lines Matching defs:document
576 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetFormType(FPDF_DOCUMENT document) { in FPDF_GetFormType()
601 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_LoadXFA(FPDF_DOCUMENT document) { in FPDF_LoadXFA()
668 FPDF_GetDocPermissions(FPDF_DOCUMENT document) { in FPDF_GetDocPermissions()
683 FPDF_GetSecurityHandlerRevision(FPDF_DOCUMENT document) { in FPDF_GetSecurityHandlerRevision()
692 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageCount(FPDF_DOCUMENT document) { in FPDF_GetPageCount()
697 FPDF_EXPORT FPDF_PAGE FPDF_CALLCONV FPDF_LoadPage(FPDF_DOCUMENT document, in FPDF_LoadPage()
1104 FPDF_EXPORT void FPDF_CALLCONV FPDF_CloseDocument(FPDF_DOCUMENT document) { in FPDF_CloseDocument()
1286 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageSizeByIndex(FPDF_DOCUMENT document, in FPDF_GetPageSizeByIndex()
1317 FPDF_VIEWERREF_GetPrintScaling(FPDF_DOCUMENT document) { in FPDF_VIEWERREF_GetPrintScaling()
1326 FPDF_VIEWERREF_GetNumCopies(FPDF_DOCUMENT document) { in FPDF_VIEWERREF_GetNumCopies()
1335 FPDF_VIEWERREF_GetPrintPageRange(FPDF_DOCUMENT document) { in FPDF_VIEWERREF_GetPrintPageRange()
1344 FPDF_VIEWERREF_GetDuplex(FPDF_DOCUMENT document) { in FPDF_VIEWERREF_GetDuplex()
1360 FPDF_VIEWERREF_GetName(FPDF_DOCUMENT document, in FPDF_VIEWERREF_GetName()
1380 FPDF_CountNamedDests(FPDF_DOCUMENT document) { in FPDF_CountNamedDests()
1402 FPDF_GetNamedDestByName(FPDF_DOCUMENT document, FPDF_BYTESTRING name) { in FPDF_GetNamedDestByName()
1462 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDF_GetNamedDest(FPDF_DOCUMENT document, in FPDF_GetNamedDest()