Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dstore.h375 void fz_debug_store(fz_context *ctx, fz_output *out);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dstore.c762 fz_debug_store(fz_context *ctx, fz_output *out) in fz_debug_store() function
937 fz_debug_store(ctx, fz_stdout(ctx)); in fz_store_scavenge()
947 fz_debug_store(ctx, fz_stdout(ctx)); in fz_store_scavenge()
1091 fz_debug_store(ctx, out); in fz_log_dump_store()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/gl/
H A Dgl-main.c2164 fz_debug_store(ctx, fz_stdout(ctx)); in cleanup()