Home
last modified time | relevance | path

Searched refs:fz_new_pbm_pixmap_writer (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dwriter.c117 fz_document_writer *fz_new_pbm_pixmap_writer(fz_context *ctx, const char *path, const char *options) in fz_new_pbm_pixmap_writer() function
172 return fz_new_pbm_pixmap_writer(ctx, path, options); in fz_new_document_writer()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dwriter.h129 fz_document_writer *fz_new_pbm_pixmap_writer(fz_context *ctx, const char *path, const char *options…