Home
last modified time | relevance | path

Searched refs:fz_new_text_writer_with_output (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dwriter.c224 return fz_new_text_writer_with_output(ctx, "text", out, options); in fz_new_document_writer_with_output()
226 return fz_new_text_writer_with_output(ctx, "html", out, options); in fz_new_document_writer_with_output()
228 return fz_new_text_writer_with_output(ctx, "xhtml", out, options); in fz_new_document_writer_with_output()
230 return fz_new_text_writer_with_output(ctx, "stext.xml", out, options); in fz_new_document_writer_with_output()
232 return fz_new_text_writer_with_output(ctx, "stext.json", out, options); in fz_new_document_writer_with_output()
H A Dstext-output.c674 fz_new_text_writer_with_output(fz_context *ctx, const char *format, fz_output *out, const char *opt… in fz_new_text_writer_with_output() function
734 wri = fz_new_text_writer_with_output(ctx, format, out, options); in fz_new_text_writer()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dwriter.h107 fz_document_writer *fz_new_text_writer_with_output(fz_context *ctx, const char *format, fz_output *…