diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2017-01-09 13:27:17 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2017-01-09 17:46:26 +0100 |
commit | 9d96d035d3b7af53256ee64b5ddb0ad8bcf8df38 (patch) | |
tree | 408cbbb72315089db1b8efe58bce322f8734bb1b /platform/ios/common.h | |
parent | 50b39c939345c36eb5e95c8a71ccdb8cd24c9aad (diff) | |
download | mupdf-9d96d035d3b7af53256ee64b5ddb0ad8bcf8df38.tar.xz |
Remove platform/ios directory.
The iOS viewer has been moved to its own git repository.
Diffstat (limited to 'platform/ios/common.h')
-rw-r--r-- | platform/ios/common.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/platform/ios/common.h b/platform/ios/common.h deleted file mode 100644 index 15d9a64c..00000000 --- a/platform/ios/common.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef MuPDF_common_h -#define MuPDF_common_h - -#include <UIKit/UIKit.h> - -#undef ABS -#undef MIN -#undef MAX - -#include "mupdf/fitz.h" - -extern fz_context *ctx; -extern dispatch_queue_t queue; -extern float screenScale; - -CGSize fitPageToScreen(CGSize page, CGSize screen); - -int search_page(fz_document *doc, int number, char *needle, fz_cookie *cookie); - -fz_rect search_result_bbox(fz_document *doc, int i); - -CGDataProviderRef CreateWrappedPixmap(fz_pixmap *pix); - -CGImageRef CreateCGImageWithPixmap(fz_pixmap *pix, CGDataProviderRef cgdata); - -#endif |