Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dhash.h56 void *fz_hash_find(fz_context *ctx, fz_hash_table *table, const void *key);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-resources.c27 res = fz_hash_find(ctx, doc->resources.fonts, digest); in pdf_find_font_resource()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dhash.c188 fz_hash_find(fz_context *ctx, fz_hash_table *table, const void *key) in fz_hash_find() function
H A Dstore.c578 item = fz_hash_find(ctx, store->hash, &hash); in fz_find_item()
629 item = fz_hash_find(ctx, store->hash, &hash); in fz_remove_item()
H A Dcolorspace.c994 float *val = fz_hash_find(ctx, cc->hash, ss); in fz_cached_color_convert()
1268 color = fz_hash_find(ctx, lookup, s); in fz_convert_slow_pixmap_samples()