Home
last modified time | relevance | path

Searched refs:FZ_STORE_DEFAULT (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/jni/
H A Dcontext.c93 base_context = fz_new_context(NULL, &locks, FZ_STORE_DEFAULT); in init_base_context()
/dports/graphics/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.5/zathura-pdf-mupdf/
H A Ddocument.c27 mupdf_document->ctx = fz_new_context(NULL, NULL, FZ_STORE_DEFAULT); in pdf_document_open()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tests/
H A Dmu-office-test.c261 fz_context *ctx = fz_new_context(NULL, NULL, FZ_STORE_DEFAULT); in save_png()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dcontext.h136 FZ_STORE_DEFAULT = 256 << 20, enumerator
/dports/print/qpdfview/qpdfview-0.4.18/sources/
H A Dfitzmodel.cpp395 m_context = fz_new_context(0, &m_locks_context, FZ_STORE_DEFAULT); in FitzPlugin()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/helpers/mu-office-lib/
H A Dmu-office-lib.c196 mu->ctx = fz_new_context(&muoffice_alloc, locks, FZ_STORE_DEFAULT); in MuOfficeLib_create()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/x11/
H A Dx11_main.c879 ctx = fz_new_context(NULL, NULL, FZ_STORE_DEFAULT); in main()
H A Dwin_main.c1279 ctx = fz_new_context(NULL, NULL, FZ_STORE_DEFAULT); in WinMain()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmuraster.c1526 ctx = fz_new_context((showmemory == 0 ? NULL : &alloc_ctx), locks, FZ_STORE_DEFAULT); in main()
H A Dmudraw.c1811 size_t max_store = FZ_STORE_DEFAULT; in main()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/gl/
H A Dgl-main.c2226 ctx = fz_new_context(NULL, NULL, FZ_STORE_DEFAULT); in main_utf8()