Home
last modified time | relevance | path

Searched defs:fz_document (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Ddocument.h13 typedef struct fz_document fz_document; typedef
777 struct fz_document struct
780 fz_document_drop_fn *drop_document; argument
781 fz_document_needs_password_fn *needs_password; argument
784 fz_document_load_outline_fn *load_outline; argument
785 fz_document_layout_fn *layout; argument
786 fz_document_make_bookmark_fn *make_bookmark; argument
788 fz_document_resolve_link_fn *resolve_link; argument
790 fz_document_count_pages_fn *count_pages; argument
791 fz_document_load_page_fn *load_page; argument
[all …]
/dports/print/qpdfview/qpdfview-0.4.18/sources/
H A Dfitzmodel.h34 typedef struct fz_document_s fz_document; typedef