Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dstream.h22 typedef struct fz_stream fz_stream; typedef
236 struct fz_stream struct
247 fz_stream_next_fn *next; argument
248 fz_stream_drop_fn *drop; argument
249 fz_stream_seek_fn *seek; argument
265 fz_stream *fz_new_stream(fz_context *ctx, void *state, fz_stream_next_fn *next, fz_stream_drop_fn *… argument