Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:FPDF_DOCUMENT

277 FPDF_DOCUMENT LoadDocumentImpl(
301 UnderlyingDocumentType* UnderlyingFromFPDFDocument(FPDF_DOCUMENT doc) {
305 FPDF_DOCUMENT FPDFDocumentFromUnderlying(UnderlyingDocumentType* doc) {
306 return static_cast<FPDF_DOCUMENT>(doc);
313 CPDF_Document* CPDFDocumentFromFPDFDocument(FPDF_DOCUMENT doc) {
321 FPDF_DOCUMENT FPDFDocumentFromCPDFDocument(CPDF_Document* doc) {
568 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
576 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetFormType(FPDF_DOCUMENT document) {
601 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_LoadXFA(FPDF_DOCUMENT document) {
634 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
640 FPDF_EXPORT FPDF_DOCUMENT FPDF_CALLCONV
647 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetFileVersion(FPDF_DOCUMENT doc,
668 FPDF_GetDocPermissions(FPDF_DOCUMENT document) {
683 FPDF_GetSecurityHandlerRevision(FPDF_DOCUMENT document) {
692 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageCount(FPDF_DOCUMENT document) {
697 FPDF_EXPORT FPDF_PAGE FPDF_CALLCONV FPDF_LoadPage(FPDF_DOCUMENT document,
1104 FPDF_EXPORT void FPDF_CALLCONV FPDF_CloseDocument(FPDF_DOCUMENT document) {
1286 FPDF_EXPORT int FPDF_CALLCONV FPDF_GetPageSizeByIndex(FPDF_DOCUMENT document,
1317 FPDF_VIEWERREF_GetPrintScaling(FPDF_DOCUMENT document) {
1326 FPDF_VIEWERREF_GetNumCopies(FPDF_DOCUMENT document) {
1335 FPDF_VIEWERREF_GetPrintPageRange(FPDF_DOCUMENT document) {
1344 FPDF_VIEWERREF_GetDuplex(FPDF_DOCUMENT document) {
1360 FPDF_VIEWERREF_GetName(FPDF_DOCUMENT document,
1380 FPDF_CountNamedDests(FPDF_DOCUMENT document) {
1402 FPDF_GetNamedDestByName(FPDF_DOCUMENT document, FPDF_BYTESTRING name) {
1462 FPDF_EXPORT FPDF_DEST FPDF_CALLCONV FPDF_GetNamedDest(FPDF_DOCUMENT document,