Home
last modified time | relevance | path

Searched refs:fz_drop_hash_table (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dhash.h50 void fz_drop_hash_table(fz_context *ctx, fz_hash_table *table);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-resources.c49 fz_drop_hash_table(ctx, doc->resources.fonts); in pdf_drop_resource_tables()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dhash.c76 fz_drop_hash_table(fz_context *ctx, fz_hash_table *table) in fz_drop_hash_table() function
H A Dcolorspace.c1034 fz_drop_hash_table(ctx, cached->hash); in fz_init_cached_color_converter()
1050 fz_drop_hash_table(ctx, cc->hash); in fz_fin_cached_color_converter()
1314 fz_drop_hash_table(ctx, lookup); in fz_convert_slow_pixmap_samples()
H A Dstore.c700 fz_drop_hash_table(ctx, ctx->store->hash); in fz_drop_store_context()